HomeSort by relevance Sort by last modified time
    Searched refs:getI32Imm (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 98 /// getI32Imm - Return a target constant with the specified value, of type
100 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) {
587 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
588 getI32Imm(ME, dl) };
715 auto getI32Imm = [CurDAG, dl](unsigned Imm) {
722 Result = CurDAG->getMachineNode(PPC::LI8, dl, MVT::i64, getI32Imm(Lo));
726 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi));
729 SDValue(Result, 0), getI32Imm(Lo));
732 Result = CurDAG->getMachineNode(PPC::LIS8, dl, MVT::i64, getI32Imm(Hi))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 749 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
750 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
751 getI32Imm(fromTypeWidth, dl), Addr, Chain };
777 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
778 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
779 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain }
    [all...]
NVPTXISelDAGToDAG.h 74 inline SDValue getI32Imm(unsigned Imm, SDLoc DL) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 48 /// getI32Imm - Return a target constant with the specified value, of type
50 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) {
142 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val), dl);
260 SDValue constOne = getI32Imm(1, dl);
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 85 /// getI32Imm - Return a target constant of type i32 with the specified
87 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 369 inline SDValue getI32Imm(unsigned Imm, SDLoc DL) {
    [all...]

Completed in 7140 milliseconds