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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 60 /// ValVT - The type of the value being assigned.
61 MVT ValVT;
67 static CCValAssign getReg(unsigned ValNo, MVT ValVT,
76 Ret.ValVT = ValVT;
81 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT,
85 Ret = getReg(ValNo, ValVT, RegNo, LocVT, HTP);
90 static CCValAssign getMem(unsigned ValNo, MVT ValVT,
99 Ret.ValVT = ValVT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 141 EVT ValVT = ST->getValue().getValueType();
143 switch (TLI.getTruncStoreAction(ValVT, StVT)) {
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 39 static bool CC_PPC_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
43 static bool CC_PPC_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
48 static bool CC_PPC_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 198 milliseconds