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

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 60 /// getI32Imm - Return a target constant with the specified value, of type
62 inline SDValue getI32Imm(unsigned Imm) {
452 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
453 getI32Imm(ME) };
474 getI32Imm(Imm & 0xFFFF)), 0);
478 getI32Imm(Imm & 0xFFFF)), 0);
490 getI32Imm(Imm >> 16)), 0);
492 getI32Imm(Imm & 0xFFFF)), 0);
498 getI32Imm(Imm & 0xFFFF)), 0)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 229 SDValue Ops[] = { getI32Imm(isVolatile),
230 getI32Imm(codeAddrSpace),
231 getI32Imm(vecType),
232 getI32Imm(fromType),
233 getI32Imm(fromTypeWidth),
259 SDValue Ops[] = { getI32Imm(isVolatile),
260 getI32Imm(codeAddrSpace),
261 getI32Imm(vecType),
262 getI32Imm(fromType),
263 getI32Imm(fromTypeWidth)
    [all...]
NVPTXISelDAGToDAG.h 78 inline SDValue getI32Imm(unsigned Imm) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 52 /// getI32Imm - Return a target constant with the specified value, of type
54 inline SDValue getI32Imm(unsigned Imm) {
164 SDValue MskSize = getI32Imm(32 - CountLeadingZeros_32(Val));
288 SDValue constOne = getI32Imm(1);
  /external/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/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 81 /// getI32Imm - Return a target constant of type i32 with the specified
83 inline SDValue getI32Imm(unsigned Imm) {
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 164 /// getI32Imm - Return a target constant with the specified value, of type
166 inline SDValue getI32Imm(uint32_t Imm) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 271 /// getI32Imm - Return a target constant with the specified value, of type
273 inline SDValue getI32Imm(unsigned Imm) {
    [all...]

Completed in 216 milliseconds