| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 50 MVT RegisterVT = TLI.getRegisterType(Ctx, VT); in computeLegalValueVTs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 393 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs() 456 IntVT = TLI->getRegisterType(PN->getContext(), IntVT); in ComputePHILiveOutRegInfo()
|
| H A D | FastISel.cpp | 1012 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
|
| H A D | LegalizeDAG.cpp | 890 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps() 916 EVT ILoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps() 1649 MVT LoadTy = TLI.getRegisterType(MVT::i8); in getSignAsIntValue()
|
| H A D | SelectionDAGBuilder.cpp | 865 : TLI.getRegisterType(Context, ValueVT); in RegsForValue() 10977 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo() 11609 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVT); in LowerArguments() 11794 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
|
| H A D | TargetLowering.cpp | 10311 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad() 10457 MVT RegVT = getRegisterType( in expandUnalignedStore()
|
| H A D | LegalizeIntegerTypes.cpp | 1905 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 99 uint32_t getRegisterType() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 105 uint32_t getRegisterType() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 126 virtual uint32_t getRegisterType() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1764 MVT getRegisterType(MVT VT) const { in getRegisterType() function 1770 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function 1772 return getRegisterType(VT.getSimpleVT()); in getRegisterType() 1782 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType() 1814 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); 1825 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 4999 EVT MinVT = getRegisterType(MVT::i32); in getTypeForExtReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1207 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT() 1664 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdown() 1690 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown() 1729 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 59 static RegisterType getRegisterType(ResourceClass RC) { in getRegisterType() function 1865 if (RegType == getRegisterType(RC)) in DiagnoseLocalRegisterBinding() 1881 if (RegType == getRegisterType(AttrResType->getAttrs().ResourceClass)) in DiagnoseLocalRegisterBinding() 1937 RegisterType otherRegType = attr->getRegisterType(); in ValidateMultipleRegisterAnnotations() 2424 RBA->getRegisterType() == HLSLResourceBindingAttr::RegisterType::C) { in ActOnEndOfTranslationUnit() 3755 RegisterType RT = RBA->getRegisterType(); in processExplicitBindingsOnDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 234 RBA->getRegisterType() == HLSLResourceBindingAttr::RegisterType::C) { in fillPackoffsetLayout()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.cpp | 89 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 102 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 107 return getRegisterType(Context, VT.getVectorElementType()); in getRegisterTypeForCallingConv() 133 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdownForCallingConv() 4214 EVT MinVT = getRegisterType(Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
|
| H A D | MipsSEISelLowering.cpp | 822 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 1011 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4922 RegisterType getRegisterType() const {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 30520 RegisterVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdownForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15583 …5getRegisterTypeERNS_11LLVMContextENS_3EVTE", "llvm::TargetLowering::getRegisterType(llvm::LLVMCon…
|