| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 40 MVT RegisterVT = TLI.getRegisterType(F.getContext(), VT); in ComputeLegalValueVTs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1173 MVT getRegisterType(MVT VT) const { in getRegisterType() function 1179 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function 1194 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType() 1221 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); in getNumRegisters() 1232 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 3420 EVT MinVT = getRegisterType(Context, MVT::i32); in getTypeForExtReturn()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 105 uint32_t getRegisterType() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 100 uint32_t getRegisterType() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 130 virtual uint32_t getRegisterType() const = 0;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 252 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 83 EVT PartVT = TLI.getRegisterType(Context, VT); in splitToValueTypes()
|
| H A D | X86ISelLowering.cpp | 2679 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 904 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT() 1331 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown() 1374 MVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32); in GetReturnInfo()
|
| H A D | CodeGenPrepare.cpp | 5968 MVT RegType = TLI->getRegisterType(Context, TLI->getValueType(*DL, OldType)); in optimizeSwitchInst()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 376 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
|
| H A D | LegalizeDAG.cpp | 870 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps() 894 EVT LoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps() 1440 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue()
|
| H A D | FastISel.cpp | 1155 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 779 : TLI.getRegisterType(Context, ValueVT); in RegsForValue() 8443 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo() 9007 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments() 9159 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
|
| H A D | TargetLowering.cpp | 4888 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad() 5041 getRegisterType(*DAG.getContext(), in expandUnalignedStore()
|
| H A D | LegalizeIntegerTypes.cpp | 983 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 747 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 126 return MipsTargetLowering::getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 3791 EVT MinVT = getRegisterType(Context, Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
|
| H A D | MipsSEISelLowering.cpp | 775 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 1248 return PPCTargetLowering::getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
|