/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 281 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) { 412 assert(VA.getValVT() == MVT::f64); 419 SDValue Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr, 454 if (VA.getValVT() == MVT::i32 || VA.getValVT() == MVT::f32) { 455 Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr, 461 unsigned Offset = 4-std::max(1U, VA.getValVT().getSizeInBits()/8); 466 VA.getValVT(), false, false,0); 467 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load); 561 if (VA.getValVT() == MVT::i32 && VA.needsCustom() [all...] |
/external/llvm/include/llvm/CodeGen/ |
CallingConvLower.h | 115 MVT getValVT() const { return ValVT; }
|
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 360 DAG.getValueType(VA.getValVT())); 363 DAG.getValueType(VA.getValVT())); 366 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue); 618 RVLocs[i].getValVT(), InFlag).getValue(1); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 531 // (and so has type VA.getLocVT()). Convert Value to VA.getValVT(), chaining 540 DAG.getValueType(VA.getValVT())); 543 DAG.getValueType(VA.getValVT())); 546 Value = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Value); 548 Value = DAG.getLoad(VA.getValVT(), DL, Chain, Value, 555 // Value is a value of type VA.getValVT() that we need to copy into 557 // VA.getValVT(). The caller is responsible for handling indirect values. 733 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 789 EVT DstVT = VA.getValVT(); [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 371 RVLocs[i].getValVT(), InFlag).getValue(1); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |