Home
last modified time | relevance | path

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

/external/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);
/external/llvm-project/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.h78 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
82 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
91 bool SelectBrevLdIntrinsic(SDNode *IntN);
92 bool SelectNewCircIntrinsic(SDNode *IntN);
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp81 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
85 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
359 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) { in LoadInstrForLoadIntrinsic() argument
360 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN) in LoadInstrForLoadIntrinsic()
363 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()
364 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic()
377 IntN->getOperand(4)); in LoadInstrForLoadIntrinsic()
381 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic()
384 { IntN->getOperand(2), I, SDValue(Mod,0), IntN->getOperand(0) }); in LoadInstrForLoadIntrinsic()
399 IntN->getOperand(4)); in LoadInstrForLoadIntrinsic()
[all …]
/external/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()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp266 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local
268 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()