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 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/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/X86/
X86ISelDAGToDAG.cpp 279 /// getI32Imm - Return a target constant with the specified value, of type
281 inline SDValue getI32Imm(unsigned Imm) {
    [all...]

Completed in 259 milliseconds