Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
195 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument196 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN) in LoadInstrForLoadIntrinsic()199 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()200 unsigned IntNo = IntN->getConstantOperandVal(1); in LoadInstrForLoadIntrinsic()215 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic()218 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic()219 IntN->getOperand(0) }); in LoadInstrForLoadIntrinsic()227 SDNode *IntN) { in StoreInstrForLoadIntrinsic() argument236 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()239 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()[all …]
76 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);80 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);89 bool SelectBrevLdIntrinsic(SDNode *IntN);90 bool SelectNewCircIntrinsic(SDNode *IntN);
343 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local345 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()815 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildVScale() local817 ConstantInt *CI = ConstantInt::get(IntN, MinElts); in buildVScale()