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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 61 /// ValVT - The type of the value being assigned.
62 MVT ValVT;
68 static CCValAssign getReg(unsigned ValNo, MVT ValVT,
77 Ret.ValVT = ValVT;
82 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT,
86 Ret = getReg(ValNo, ValVT, RegNo, LocVT, HTP);
91 static CCValAssign getMem(unsigned ValNo, MVT ValVT,
100 Ret.ValVT = ValVT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 166 MVT ValVT = ST->getValue().getSimpleValueType();
168 switch (TLI.getTruncStoreAction(ValVT, StVT.getSimpleVT())) {
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 39 static bool CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
43 static bool CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
48 static bool CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 832 milliseconds