Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 189 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic() 208 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic() 226 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic() 343 {IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(0)}); in SelectBrevLdIntrinsic() 363 SDLoc DL(IntN); in SelectNewCircIntrinsic() 393 Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5), in SelectNewCircIntrinsic() 398 Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4), in SelectNewCircIntrinsic() 428 Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5), in SelectNewCircIntrinsic() 429 IntN->getOperand(6), IntN->getOperand(0) }; in SelectNewCircIntrinsic() 433 Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4), in SelectNewCircIntrinsic() [all …]
|
| H A D | HexagonISelDAGToDAG.h | 78 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN); 82 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN); 91 bool SelectBrevLdIntrinsic(SDNode *IntN); 92 bool SelectNewCircIntrinsic(SDNode *IntN);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 306 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local 308 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()
|