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 80 /// getI32Imm - Return a target constant with the specified value, of type
82 inline SDValue getI32Imm(unsigned Imm) {
482 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
483 getI32Imm(ME) };
504 getI32Imm(Imm & 0xFFFF)), 0);
508 getI32Imm(Imm & 0xFFFF)), 0);
520 getI32Imm(Imm >> 16)), 0);
522 getI32Imm(Imm & 0xFFFF)), 0);
528 getI32Imm(Imm & 0xFFFF)), 0)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 478 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
479 getI32Imm(vecType), getI32Imm(fromType),
480 getI32Imm(fromTypeWidth), Addr, Chain };
507 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
508 getI32Imm(vecType), getI32Imm(fromType),
509 getI32Imm(fromTypeWidth), Base, Offset, Chain }
    [all...]
NVPTXISelDAGToDAG.h 77 inline SDValue getI32Imm(unsigned Imm) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 50 /// getI32Imm - Return a target constant with the specified value, of type
52 inline SDValue getI32Imm(unsigned Imm) {
143 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val));
261 SDValue constOne = getI32Imm(1);
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 84 /// getI32Imm - Return a target constant of type i32 with the specified
86 inline SDValue getI32Imm(unsigned Imm) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 279 /// getI32Imm - Return a target constant with the specified value, of type
281 inline SDValue getI32Imm(unsigned Imm) {
    [all...]

Completed in 144 milliseconds