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

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 214 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
276 OutVal = DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), OutVal);
279 OutVal = DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), OutVal);
282 OutVal = DAG.getNode(ISD::ANY_EXTEND, DL, VA.getLocVT(), OutVal);
308 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
377 assert(VA.getLocVT() == MVT::f64);
407 if (VA.getLocVT() == MVT::f32)
409 else if (VA.getLocVT() != MVT::i32) {
411 DAG.getValueType(VA.getLocVT()));
412 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 454 EVT RegVT = VA.getLocVT();
497 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8;
500 << EVT(VA.getLocVT()).getEVTString()
509 InVal = DAG.getLoad(VA.getLocVT(), dl, Chain, FIN,
556 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
612 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
615 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
618 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 142 MVT getLocVT() const { return LocVT; }
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 183 assert(PendingHAMembers[0].getLocVT() == LocVT);
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 342 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
485 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
488 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
491 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
872 EVT RegVT = VA.getLocVT();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 623 // (and so has type VA.getLocVT()). Convert Value to VA.getValVT(), chaining
631 Value = DAG.getNode(ISD::AssertSext, DL, VA.getLocVT(), Value,
634 Value = DAG.getNode(ISD::AssertZext, DL, VA.getLocVT(), Value,
654 return DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), Value);
656 return DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), Value);
658 return DAG.getNode(ISD::ANY_EXTEND, DL, VA.getLocVT(), Value);
690 EVT LocVT = VA.getLocVT();
731 if (VA.getLocVT() == MVT::i32 || VA.getLocVT() == MVT::f32)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 398 EVT VT = VA.getLocVT();
    [all...]

Completed in 180 milliseconds