Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
186 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument187 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN) in LoadInstrForLoadIntrinsic()190 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()191 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic()206 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic()209 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic()210 IntN->getOperand(0) }); in LoadInstrForLoadIntrinsic()218 SDNode *IntN) { in StoreInstrForLoadIntrinsic() argument227 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()230 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()[all …]
80 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);84 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);93 bool SelectBrevLdIntrinsic(SDNode *IntN);94 bool SelectNewCircIntrinsic(SDNode *IntN);
300 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local302 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()