HomeSort by: relevance | last modified time | path
    Searched refs:getI32Imm (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 178 /// getI32Imm - Return a target constant with the specified value, of type
180 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) {
842 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
843 getI32Imm(ME, dl) };
929 auto getI32Imm = [CurDAG, dl](unsigned Imm) {
945 getI32Imm((Imm >> 16) & 0xffff));
957 Result = CurDAG->getMachineNode(Opcode, dl, MVT::i64, getI32Imm(ImmHi16));
959 getI32Imm(Imm & 0xffff));
969 getI32Imm((Imm >> TZ) & 0xffff))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 923 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(CodeAddrSpace, dl),
924 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
925 getI32Imm(fromTypeWidth, dl), Addr, Chain };
936 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(CodeAddrSpace, dl),
937 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
938 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain }
    [all...]
NVPTXISelDAGToDAG.h 78 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) {
  /src/external/apache2/llvm/dist/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);
266 SDValue constOne = getI32Imm(1, dl);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelDAGToDAG.cpp 84 // getI32Imm - Return a target constant with the specified value, of type i32.
85 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelDAGToDAG.cpp 234 Disp = getI32Imm(AM.Disp, DL);
297 inline SDValue getI32Imm(int64_t Imm, const SDLoc &DL) {
796 Sym = getI32Imm(AM.Disp, SDLoc(N));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 73 /// getI32Imm - Return a target constant of type i32 with the specified
75 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) {
2470 Ops.push_back(getI32Imm(Lane, dl));
2550 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate offset
2585 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate shift count
2594 Ops.push_back(getI32Imm(SatBit, Loc));
2648 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate shift count
2838 Ops.push_back(getI32Imm(ImmValue, Loc));
2859 Ops.push_back(getI32Imm(ImmCoprocVal, Loc));
2878 Ops.push_back(getI32Imm(ImmVal, Loc))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 411 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) {

Completed in 38 milliseconds