Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp43 MVT RegisterVT = TLI.getRegisterType(F.getContext(), VT); in computeLegalValueVTs()
H A DWebAssemblyAsmPrinter.cpp192 MVT VT = TLI.getRegisterType(GV->getParent()->getContext(), VTs[0]); in emitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h99 uint32_t getRegisterType() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h104 uint32_t getRegisterType() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h125 virtual uint32_t getRegisterType() const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1459 MVT getRegisterType(MVT VT) const { in getRegisterType() function
1465 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function
1480 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType()
1512 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
1523 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
4014 EVT MinVT = getRegisterType(Context, MVT::i32); in getTypeForExtReturn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp251 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1141 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT()
1579 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdown()
1605 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown()
1670 MVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32); in GetReturnInfo()
H A DCodeGenPrepare.cpp7000 MVT RegType = TLI->getRegisterType(Context, OldVT); in optimizeSwitchInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp395 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
H A DLegalizeDAG.cpp882 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps()
906 EVT ILoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps()
1508 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue()
H A DFastISel.cpp1014 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
H A DSelectionDAGBuilder.cpp797 : TLI.getRegisterType(Context, ValueVT); in RegsForValue()
9426 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo()
10065 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments()
10254 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
H A DTargetLowering.cpp7522 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
7672 MVT RegVT = getRegisterType( in expandUnalignedStore()
H A DLegalizeIntegerTypes.cpp1427 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp115 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
4031 EVT MinVT = getRegisterType(Context, Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
H A DMipsSEISelLowering.cpp784 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2936 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()