Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
190 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument191 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN) in LoadInstrForLoadIntrinsic()194 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()195 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic()210 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic()213 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic()214 IntN->getOperand(0) }); in LoadInstrForLoadIntrinsic()222 SDNode *IntN) { in StoreInstrForLoadIntrinsic() argument231 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()234 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()[all …]
78 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);82 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);91 bool SelectBrevLdIntrinsic(SDNode *IntN);92 bool SelectNewCircIntrinsic(SDNode *IntN);
316 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local318 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()