Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
185 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument186 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN) in LoadInstrForLoadIntrinsic()189 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()190 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic()205 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic()208 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic()209 IntN->getOperand(0) }); in LoadInstrForLoadIntrinsic()217 SDNode *IntN) { in StoreInstrForLoadIntrinsic() argument226 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()229 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);
278 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local280 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()