| /external/llvm/lib/Target/ARM/ |
| D | ARMCallingConv.h | 28 static bool f64AssignAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64AssignAPCS() 58 static bool CC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_ARM_APCS_Custom_f64() 71 static bool f64AssignAAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64AssignAAPCS() 112 static bool CC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_ARM_AAPCS_Custom_f64() 124 static bool f64RetAssign(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64RetAssign() 144 static bool RetCC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in RetCC_ARM_APCS_Custom_f64() 155 static bool RetCC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in RetCC_ARM_AAPCS_Custom_f64() 179 static bool CC_ARM_AAPCS_Custom_Aggregate(unsigned &ValNo, MVT &ValVT, in CC_ARM_AAPCS_Custom_Aggregate()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64CallingConvention.h | 68 unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, in CC_AArch64_Custom_Stack_Block() 86 static bool CC_AArch64_Custom_Block(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_AArch64_Custom_Block()
|
| D | AArch64ISelLowering.cpp | 2073 MVT ValVT = Ins[i].VT; in LowerFormalArguments() local 2602 MVT ValVT = Outs[i].VT; in LowerCall() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | CallingConvLower.h | 70 MVT ValVT; variable 76 static CCValAssign getReg(unsigned ValNo, MVT ValVT, in getReg() 90 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT, in getCustomReg() 99 static CCValAssign getMem(unsigned ValNo, MVT ValVT, in getMem() 113 static CCValAssign getCustomMem(unsigned ValNo, MVT ValVT, in getCustomMem()
|
| /external/llvm/lib/Target/X86/ |
| D | X86CallingConv.h | 23 inline bool CC_X86_32_VectorCallIndirect(unsigned &ValNo, MVT &ValVT, in CC_X86_32_VectorCallIndirect()
|
| D | X86ISelLowering.cpp | 1896 EVT ValVT = ValToCopy.getValueType(); in LowerReturn() local 2200 EVT ValVT; in LowerMemArgument() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 95 CC_Hexagon_VarArg (unsigned ValNo, MVT ValVT, in CC_Hexagon_VarArg() 145 CC_Hexagon (unsigned ValNo, MVT ValVT, in CC_Hexagon() 189 static bool CC_Hexagon32(unsigned ValNo, MVT ValVT, in CC_Hexagon32() 207 static bool CC_Hexagon64(unsigned ValNo, MVT ValVT, in CC_Hexagon64() 232 static bool RetCC_Hexagon(unsigned ValNo, MVT ValVT, in RetCC_Hexagon() 269 static bool RetCC_Hexagon32(unsigned ValNo, MVT ValVT, in RetCC_Hexagon32() 285 static bool RetCC_Hexagon64(unsigned ValNo, MVT ValVT, in RetCC_Hexagon64()
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 575 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, EVT MemVT) const { in getLoadExtAction() 585 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal() 592 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom() 601 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() 612 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() 1292 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction() 1301 void setTruncStoreAction(MVT ValVT, MVT MemVT, in setTruncStoreAction()
|
| /external/llvm/lib/CodeGen/ |
| D | CallingConvLower.cpp | 43 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, in HandleByVal()
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 2323 static bool CC_MipsO32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32() 2412 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP32() 2420 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP64() 2594 MVT ValVT = VA.getValVT(), LocVT = VA.getLocVT(); in LowerCall() local 2835 EVT ValVT = VA.getValVT(); in UnpackFromArgumentSlot() local 2929 EVT ValVT = VA.getValVT(); in LowerFormalArguments() local
|
| D | MipsFastISel.cpp | 200 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP32() 206 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP64()
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 39 static bool CC_Sparc_Assign_SRet(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_SRet() 52 static bool CC_Sparc_Assign_f64(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_f64() 81 static bool CC_Sparc64_Full(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Full() 126 static bool CC_Sparc64_Half(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Half()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 231 MVT ValVT = ST->getValue().getSimpleValueType(); in LegalizeOp() local
|
| D | LegalizeTypes.cpp | 1100 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean()
|
| D | LegalizeVectorTypes.cpp | 3209 EVT ValVT = ValOp.getValueType(); in GenWidenVectorStores() local 3277 EVT ValVT = ValOp.getValueType(); in GenWidenVectorTruncStores() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 1851 EVT ValVT = Op.getOperand(1).getValueType(); in LowerSTORE() local 1865 EVT ValVT = Val.getValueType(); in LowerSTOREVector() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 2377 bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_PPC32_SVR4_Custom_Dummy() 2384 bool llvm::CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignArgRegs() 2411 bool llvm::CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignFPArgRegs() 2660 EVT ValVT = VA.getValVT(); in LowerFormalArguments_32SVR4() local
|
| /external/llvm/lib/Target/R600/ |
| D | AMDGPUISelLowering.cpp | 74 static bool allocateStack(unsigned ValNo, MVT ValVT, MVT LocVT, in allocateStack()
|