Home
last modified time | relevance | path

Searched refs:getRegisterType (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp50 MVT RegisterVT = TLI.getRegisterType(Ctx, VT); in computeLegalValueVTs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp393 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
456 IntVT = TLI->getRegisterType(PN->getContext(), IntVT); in ComputePHILiveOutRegInfo()
H A DFastISel.cpp1012 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
H A DLegalizeDAG.cpp890 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 DSelectionDAGBuilder.cpp865 : 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 DTargetLowering.cpp10311 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
10457 MVT RegVT = getRegisterType( in expandUnalignedStore()
H A DLegalizeIntegerTypes.cpp1905 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h99 uint32_t getRegisterType() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h105 uint32_t getRegisterType() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h126 virtual uint32_t getRegisterType() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1764 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 DTargetLoweringBase.cpp1207 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 DSemaHLSL.cpp59 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 DCGHLSLRuntime.cpp234 RBA->getRegisterType() == HLSLResourceBindingAttr::RegisterType::C) { in fillPackoffsetLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp89 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp102 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 DMipsSEISelLowering.cpp822 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1011 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4922 RegisterType getRegisterType() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp30520 RegisterVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdownForCallingConv()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15583 …5getRegisterTypeERNS_11LLVMContextENS_3EVTE", "llvm::TargetLowering::getRegisterType(llvm::LLVMCon…