Home
last modified time | relevance | path

Searched defs:LLVMTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp444 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector() local
463 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector() local
480 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstIntArray() local
543 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector() local
559 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstNullPtr() local
1279 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType()
1291 Type *LLVMTy) { in getOrCreateSPIRVType()
1311 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), BitWidth); in getOrCreateSPIRVIntegerType() local
1318 Type *LLVMTy; in getOrCreateSPIRVFloatType() local
1345 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), 1); in getOrCreateSPIRVBoolType() local
[all …]
H A DSPIRVLegalizerInfo.cpp354 Type *LLVMTy = IntegerType::get(MI.getMF()->getFunction().getContext(), in legalizeCustom() local
H A DSPIRVInstructionSelector.cpp1581 Type *LLVMTy = IntegerType::get(GR.CurMF->getFunction().getContext(), 32); in buildI32Constant() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp148 llvm::Type *LLVMTy) { in typeRequiresSplitIntoByteArray()
159 llvm::Type *LLVMTy) { in convertTypeForLoadStore()
H A DCodeGenFunction.cpp249 llvm::Type *LLVMTy) { in convertTypeForLoadStore()
H A DCGCall.cpp2933 llvm::Type* LLVMTy = CGM.getTypes().ConvertType(RetTy); in EmitFunctionProlog() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h37 Type *LLVMTy = nullptr; member