Lines Matching refs:Intrin
10575 static bool getVectorCompareInfo(SDValue Intrin, int &CompareOpc, in getVectorCompareInfo() argument
10577 unsigned IntrinsicID = Intrin.getConstantOperandVal(0); in getVectorCompareInfo()
15255 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N); in expandVSXLoadForLE() local
15256 Chain = Intrin->getChain(); in expandVSXLoadForLE()
15259 Base = Intrin->getOperand(2); in expandVSXLoadForLE()
15260 MMO = Intrin->getMemOperand(); in expandVSXLoadForLE()
15323 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N); in expandVSXStoreForLE() local
15324 Chain = Intrin->getChain(); in expandVSXStoreForLE()
15326 Base = Intrin->getOperand(3); in expandVSXStoreForLE()
15327 MMO = Intrin->getMemOperand(); in expandVSXStoreForLE()
15762 static bool isStoreConditional(SDValue Intrin, unsigned &StoreWidth) { in isStoreConditional() argument
15763 unsigned IntrinsicID = Intrin.getConstantOperandVal(1); in isStoreConditional()