Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyMachineFunctionInfo.cpp51 MVT RegisterVT = TLI.getRegisterType(Ctx, VT); in computeLegalValueVTs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp388 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
451 IntVT = TLI->getRegisterType(PN->getContext(), IntVT); in ComputePHILiveOutRegInfo()
HDFastISel.cpp1015 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
HDLegalizeDAG.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()
HDSelectionDAGBuilder.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()
HDTargetLowering.cpp9819 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
9967 MVT RegVT = getRegisterType( in expandUnalignedStore()
HDLegalizeIntegerTypes.cpp1860 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h104 uint32_t getRegisterType() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h99 uint32_t getRegisterType() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h125 virtual uint32_t getRegisterType() const = 0;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVISelLowering.cpp54 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.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()
HDMipsSEISelLowering.cpp783 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLoweringCall.cpp993 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp28676 RegisterVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdownForCallingConv()