Home
last modified time | relevance | path

Searched refs:MainOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DLegalizeForLLVMExport.cpp127 using MainOp = OpTy; typedef
141 .add<LowerToIntrinsic<typename Args::MainOp, typename Args::Intr32Op, in registerPatterns()
147 target.addIllegalOp<typename Args::MainOp...>(); in configureTarget()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp426 Instruction *MainOp = nullptr; member
431 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
448 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
2321 Instruction *MainOp = nullptr; member
2398 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 …]
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp1442 Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local
1443 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic()
1448 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()