Searched refs:MainOp (Results 1 – 2 of 2) sorted by relevance
544 Instruction *MainOp = nullptr; member549 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()557 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()565 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()566 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()1373 (S.MainOp->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore()1377 S.MainOp->getNumOperands(); in getShallowScore()2510 Instruction *MainOp = nullptr; member2572 bool isAltShuffle() const { return MainOp != AltOp; } in isAltShuffle()2587 return MainOp; in isOneOf()[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()