Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp51 MVT RegisterVT = TLI.getRegisterType(Ctx, VT); in computeLegalValueVTs()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp388 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
451 IntVT = TLI->getRegisterType(PN->getContext(), IntVT); in ComputePHILiveOutRegInfo()
H A DFastISel.cpp1015 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
H A DLegalizeDAG.cpp873 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps()
899 EVT ILoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps()
1583 MVT LoadTy = TLI.getRegisterType(MVT::i8); in getSignAsIntValue()
H A DSelectionDAGBuilder.cpp868 : TLI.getRegisterType(Context, ValueVT); in RegsForValue()
10816 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo()
11461 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments()
11651 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
H A DTargetLowering.cpp9819 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
9967 MVT RegVT = getRegisterType( in expandUnalignedStore()
H A DLegalizeIntegerTypes.cpp1860 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h104 uint32_t getRegisterType() const override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h99 uint32_t getRegisterType() const override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h125 virtual uint32_t getRegisterType() const = 0;
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1711 MVT getRegisterType(MVT VT) const { in getRegisterType() function
1717 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function
1719 return getRegisterType(VT.getSimpleVT()); in getRegisterType()
1729 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType()
1761 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
1772 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
4812 EVT MinVT = getRegisterType(MVT::i32); in getTypeForExtReturn()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1108 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT()
1565 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdown()
1591 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown()
1631 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp54 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp104 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
109 return getRegisterType(Context, VT.getVectorElementType()); in getRegisterTypeForCallingConv()
135 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdownForCallingConv()
4056 EVT MinVT = getRegisterType(Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
H A DMipsSEISelLowering.cpp783 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp993 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28676 RegisterVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdownForCallingConv()