Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp40 MVT RegisterVT = TLI.getRegisterType(F.getContext(), VT); in ComputeLegalValueVTs()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1173 MVT getRegisterType(MVT VT) const { in getRegisterType() function
1179 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function
1194 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType()
1221 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); in getNumRegisters()
1232 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
3420 EVT MinVT = getRegisterType(Context, MVT::i32); in getTypeForExtReturn()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h105 uint32_t getRegisterType() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h100 uint32_t getRegisterType() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h130 virtual uint32_t getRegisterType() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp252 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.cpp83 EVT PartVT = TLI.getRegisterType(Context, VT); in splitToValueTypes()
H A DX86ISelLowering.cpp2679 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp904 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT()
1331 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown()
1374 MVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32); in GetReturnInfo()
H A DCodeGenPrepare.cpp5968 MVT RegType = TLI->getRegisterType(Context, TLI->getValueType(*DL, OldType)); in optimizeSwitchInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp376 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
H A DLegalizeDAG.cpp870 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps()
894 EVT LoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps()
1440 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue()
H A DFastISel.cpp1155 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
H A DSelectionDAGBuilder.cpp779 : TLI.getRegisterType(Context, ValueVT); in RegsForValue()
8443 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo()
9007 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments()
9159 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
H A DTargetLowering.cpp4888 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
5041 getRegisterType(*DAG.getContext(), in expandUnalignedStore()
H A DLegalizeIntegerTypes.cpp983 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp747 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp126 return MipsTargetLowering::getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
3791 EVT MinVT = getRegisterType(Context, Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
H A DMipsSEISelLowering.cpp775 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1248 return PPCTargetLowering::getRegisterType(Context, VT); in getRegisterTypeForCallingConv()