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

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 71 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) {
118 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val));
237 SDValue constOne = getI32Imm(1);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 72 /// getI32Imm - Return a target constant with the specified value, of type
74 inline SDValue getI32Imm(unsigned Imm) {
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
462 getI32Imm(ME) };
483 getI32Imm(Imm & 0xFFFF)), 0);
487 getI32Imm(Imm & 0xFFFF)), 0);
499 getI32Imm(Imm >> 16)), 0);
501 getI32Imm(Imm & 0xFFFF)), 0);
507 getI32Imm(Imm & 0xFFFF)), 0)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 82 /// getI32Imm - Return a target constant of type i32 with the specified
84 inline SDValue getI32Imm(unsigned Imm) {
    [all...]
  /external/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...]

Completed in 156 milliseconds