/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.h | 73 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) {
|
/external/llvm/lib/Target/Lanai/ |
LanaiISelDAGToDAG.cpp | 85 // getI32Imm - Return a target constant with the specified value, of type i32. 86 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) {
|
/external/llvm/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 47 /// getI32Imm - Return a target constant with the specified value, of type 49 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { 141 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val), dl); 267 SDValue constOne = getI32Imm(1, dl);
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeISelDAGToDAG.cpp | 88 // getI32Imm - Return a target constant with the specified value, of type i32. 89 inline SDValue getI32Imm(unsigned Imm) {
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 52 /// getI32Imm - Return a target constant with the specified value, of type 54 inline SDValue getI32Imm(unsigned Imm) { 163 SDValue MskSize = getI32Imm(32 - CountLeadingZeros_32(Val)); 287 SDValue constOne = getI32Imm(1);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsISelDAGToDAG.cpp | 89 // getI32Imm - Return a target constant with the specified 91 inline SDValue getI32Imm(unsigned Imm) {
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | 113 /// getI32Imm - Return a target constant with the specified value, of type 115 inline SDValue getI32Imm(uint64_t Imm) {
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 61 /// getI32Imm - Return a target constant with the specified value, of type 63 inline SDValue getI32Imm(unsigned Imm) { 436 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB), 437 getI32Imm(ME) }; 458 getI32Imm(Imm & 0xFFFF)), 0); 462 getI32Imm(Imm & 0xFFFF)), 0); 474 getI32Imm(Imm >> 16)), 0); 476 getI32Imm(Imm & 0xFFFF)), 0); 482 getI32Imm(Imm & 0xFFFF)), 0) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUISelDAGToDAG.cpp | 168 /// getI32Imm - Return a target constant with the specified value, of type 170 inline SDValue getI32Imm(uint32_t Imm) { [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 368 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 86 /// getI32Imm - Return a target constant of type i32 with the specified 88 inline SDValue getI32Imm(unsigned Imm) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 269 /// getI32Imm - Return a target constant with the specified value, of type 271 inline SDValue getI32Imm(unsigned Imm) { [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 79 /// getI32Imm - Return a target constant of type i32 with the specified 81 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 92 /// getI32Imm - Return a target constant with the specified value, of type 94 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { 581 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl), 582 getI32Imm(ME, dl) }; 711 auto getI32Imm = [CurDAG, dl](unsigned Imm) { 718 Result = CurDAG->getMachineNode(PPC::LI8, dl, MVT::i64, getI32Imm(Lo)); 722 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi)); 725 SDValue(Result, 0), getI32Imm(Lo)); 728 Result = CurDAG->getMachineNode(PPC::LIS8, dl, MVT::i64, getI32Imm(Hi)) [all...] |