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

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 290 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) {
423 assert(VA.getValVT() == MVT::f64);
430 SDValue Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
465 if (VA.getValVT() == MVT::i32 || VA.getValVT() == MVT::f32) {
466 Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
472 unsigned Offset = 4-std::max(1U, VA.getValVT().getSizeInBits()/8);
477 VA.getValVT(), false, false,0);
478 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
571 if (VA.getValVT() == MVT::i32 && VA.needsCustom()
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 133 MVT getValVT() const { return ValVT; }
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 474 DAG.getValueType(VA.getValVT()));
477 DAG.getValueType(VA.getValVT()));
480 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
730 RVLocs[i].getValVT(), InFlag).getValue(1);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 623 // (and so has type VA.getLocVT()). Convert Value to VA.getValVT(), chaining
632 DAG.getValueType(VA.getValVT()));
635 DAG.getValueType(VA.getValVT()));
638 Value = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Value);
640 Value = DAG.getLoad(VA.getValVT(), DL, Chain, Value,
647 // Value is a value of type VA.getValVT() that we need to copy into
649 // VA.getValVT(). The caller is responsible for handling indirect values.
847 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 384 RVLocs[i].getValVT(), InFlag).getValue(1);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]

Completed in 985 milliseconds