Searched refs:MainOp (Results 1 – 3 of 3) sorted by relevance
127 using MainOp = OpTy; typedef141 .add<LowerToIntrinsic<typename Args::MainOp, typename Args::Intr32Op, in registerPatterns()147 target.addIllegalOp<typename Args::MainOp...>(); in configureTarget()
426 Instruction *MainOp = nullptr; member431 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()448 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2321 Instruction *MainOp = nullptr; member2398 return MainOp; in isOneOf()2402 MainOp = S.MainOp; in setOperations()2407 return MainOp; in getMainOp()2416 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()2463 if (MainOp) in dump()4600 !(S.MainOp && isa<Instruction>(S.MainOp) && S.MainOp == S.AltOp && in buildTree_rec()[all …]
1442 Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local1443 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic()1448 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()