Lines Matching defs:Intrin
10717 static bool getVectorCompareInfo(SDValue Intrin, int &CompareOpc,
10719 unsigned IntrinsicID = Intrin.getConstantOperandVal(0);
15548 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
15549 Chain = Intrin->getChain();
15550 // Similarly to the store case below, Intrin->getBasePtr() doesn't get
15552 Base = Intrin->getOperand(2);
15553 MMO = Intrin->getMemOperand();
15616 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
15617 Chain = Intrin->getChain();
15618 // Intrin->getBasePtr() oddly does not get what we want.
15619 Base = Intrin->getOperand(3);
15620 MMO = Intrin->getMemOperand();
16097 static bool isStoreConditional(SDValue Intrin, unsigned &StoreWidth) {
16098 unsigned IntrinsicID = Intrin.getConstantOperandVal(1);