Lines Matching defs:AD

1892   DefineEmitState(FILE *fp, ArchDesc &AD, EncClass &encoding,
1894 : _AD(AD), _fp(fp), _encoding(encoding), _ins_encode(ins_encode), _inst(inst) {
2976 // Generate Machine Classes for each operand defined in AD file
3039 // Generate Machine Classes for each instruction defined in AD file
3236 OutputReduceOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3237 : OutputMap(hpp, cpp, globals, AD, "reduceOp") {};
3271 OutputLeftOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3272 : OutputMap(hpp, cpp, globals, AD, "leftOp") {};
3301 OutputRightOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3302 : OutputMap(hpp, cpp, globals, AD, "rightOp") {};
3331 OutputRuleName(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3332 : OutputMap(hpp, cpp, globals, AD, "ruleName") {};
3349 OutputSwallowed(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3350 : OutputMap(hpp, cpp, globals, AD, "swallowed") {};
3370 OutputInstChainRule(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
3371 : OutputMap(hpp, cpp, globals, AD, "instruction_chain_rule") {};
3677 static void genMachOperCase(FILE *fp, FormDict &globalNames, ArchDesc &AD,
3680 const char *opEnumName = AD.machOperEnum(opName);
3839 void InstructForm::declare_cisc_version(ArchDesc &AD, FILE *fp_hpp) {
3840 if( AD.can_cisc_spill() ) {
3853 bool InstructForm::define_cisc_version(ArchDesc &AD, FILE *fp_cpp) {
3855 if( AD.can_cisc_spill() && (inst_cisc != NULL) ) {
3858 OperandForm *cisc_oper = AD.cisc_spill_operand();
3878 if ( this->captures_bottom_type(AD.globalNames()) ) {
3914 bool InstructForm::define_short_branch_methods(ArchDesc &AD, FILE *fp_cpp) {
3929 if ( this->captures_bottom_type(AD.globalNames()) ) {