Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp185 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument
186 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() argument
226 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()
229 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()
[all …]
H A DHexagonISelDAGToDAG.h78 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
82 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
91 bool SelectBrevLdIntrinsic(SDNode *IntN);
92 bool SelectNewCircIntrinsic(SDNode *IntN);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp278 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local
280 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()