Searched refs:IntN (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 190 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic() 209 { IntN->getOperand(2), I, IntN->getOperand(4), in LoadInstrForLoadIntrinsic() 227 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic() 344 {IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(0)}); in SelectBrevLdIntrinsic() 364 SDLoc DL(IntN); in SelectNewCircIntrinsic() 394 Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5), in SelectNewCircIntrinsic() 399 Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4), in SelectNewCircIntrinsic() 429 Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5), in SelectNewCircIntrinsic() 430 IntN->getOperand(6), IntN->getOperand(0) }; in SelectNewCircIntrinsic() 434 Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4), in SelectNewCircIntrinsic() [all …]
|
| H A D | HexagonISelDAGToDAG.h | 80 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN); 84 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN); 93 bool SelectBrevLdIntrinsic(SDNode *IntN); 94 bool SelectNewCircIntrinsic(SDNode *IntN);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 262 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant() local 264 ConstantInt *CI = ConstantInt::get(IntN, Val, true); in buildConstant()
|