Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp45 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp50 MVT RegisterVT = TLI.getRegisterType(Ctx, VT); in computeLegalValueVTs()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h99 uint32_t getRegisterType() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h104 uint32_t getRegisterType() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h125 virtual uint32_t getRegisterType() const = 0;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1145 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT()
1600 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdown()
1626 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown()
1666 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
1696 MVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32); in GetReturnInfo()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1545 MVT getRegisterType(MVT VT) const { in getRegisterType() function
1551 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function
1566 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType()
1598 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
1609 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
4462 EVT MinVT = getRegisterType(Context, MVT::i32); in getTypeForExtReturn()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp385 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()
1549 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue()
H A DFastISel.cpp1006 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
H A DSelectionDAGBuilder.cpp824 : TLI.getRegisterType(Context, ValueVT); in RegsForValue()
9895 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo()
10538 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments()
10728 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
H A DTargetLowering.cpp9069 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
9219 MVT RegVT = getRegisterType( in expandUnalignedStore()
H A DLegalizeIntegerTypes.cpp1575 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp103 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv()
4044 EVT MinVT = getRegisterType(Context, Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
H A DMipsSEISelLowering.cpp777 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3414 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()