Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp186 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument
187 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() argument
227 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()
230 SDValue Loc = IntN->getOperand(3); in StoreInstrForLoadIntrinsic()
[all …]
DHexagonISelDAGToDAG.h80 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
84 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
93 bool SelectBrevLdIntrinsic(SDNode *IntN);
94 bool SelectNewCircIntrinsic(SDNode *IntN);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp300 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local
302 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()