| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 43 MVT RegisterVT = TLI.getRegisterType(F.getContext(), VT); in computeLegalValueVTs()
|
| H A D | WebAssemblyAsmPrinter.cpp | 191 MVT VT = TLI.getRegisterType(GV->getParent()->getContext(), VTs[0]); in emitGlobalVariable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 104 uint32_t getRegisterType() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 99 uint32_t getRegisterType() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1441 MVT getRegisterType(MVT VT) const { in getRegisterType() function 1447 MVT getRegisterType(LLVMContext &Context, EVT VT) const { in getRegisterType() function 1462 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); in getRegisterType() 1489 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); in getNumRegisters() 1500 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 3987 EVT MinVT = getRegisterType(Context, MVT::i32); in getTypeForExtReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 125 virtual uint32_t getRegisterType() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 251 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1115 MVT DestVT = TLI->getRegisterType(NewVT); in getVectorTypeBreakdownMVT() 1553 RegisterVT = getRegisterType(Context, IntermediateVT); in getVectorTypeBreakdown() 1579 MVT DestVT = getRegisterType(Context, NewVT); in getVectorTypeBreakdown() 1644 MVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32); in GetReturnInfo()
|
| H A D | CodeGenPrepare.cpp | 6977 MVT RegType = TLI->getRegisterType(Context, TLI->getValueType(*DL, OldType)); in optimizeSwitchInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 395 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
|
| H A D | LegalizeDAG.cpp | 880 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps() 904 EVT ILoadVT = TLI.getRegisterType(IDestVT.getSimpleVT()); in LegalizeLoadOps() 1502 MVT LoadTy = TLI.getRegisterType(*DAG.getContext(), MVT::i8); in getSignAsIntValue()
|
| H A D | FastISel.cpp | 1014 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 797 : TLI.getRegisterType(Context, ValueVT); in RegsForValue() 9368 MVT RegisterVT = getRegisterType(CLI.RetTy->getContext(), RetVT); in LowerCallTo() 10010 MVT RegisterVT = TLI->getRegisterType(*DAG.getContext(), ValueVTs[0]); in LowerArguments() 10199 MVT RegVT = TLI->getRegisterType(*CurDAG->getContext(), VT); in LowerArguments()
|
| H A D | TargetLowering.cpp | 7493 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad() 7643 MVT RegVT = getRegisterType( in expandUnalignedStore()
|
| H A D | LegalizeIntegerTypes.cpp | 1423 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); in PromoteIntRes_VAARG()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 746 uint32_t DIARawSymbol::getRegisterType() const { in getRegisterType() function in DIARawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 115 return getRegisterType(Context, VT); in getRegisterTypeForCallingConv() 4012 EVT MinVT = getRegisterType(Context, Cond ? MVT::i64 : MVT::i32); in getTypeForExtReturn()
|
| H A D | MipsSEISelLowering.cpp | 784 .getRegisterType(*DAG.getContext(), VT) in shouldTransformMulToShiftsAddsSubs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2932 EVT MinVT = getRegisterType(Context, ReturnMVT); in getTypeForExtReturn()
|