Home
last modified time | relevance | path

Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp195 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument
196 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() argument
236 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()
239 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()
[all …]
H A DHexagonISelDAGToDAG.h76 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
80 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
89 bool SelectBrevLdIntrinsic(SDNode *IntN);
90 bool SelectNewCircIntrinsic(SDNode *IntN);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp343 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local
345 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()
815 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildVScale() local
817 ConstantInt *CI = ConstantInt::get(IntN, MinElts); in buildVScale()