Searched defs:LLVMTy (Results 1 – 7 of 7) sorted by relevance
444 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector() local463 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector() local480 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstIntArray() local543 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector() local559 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstNullPtr() local1279 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType()1291 Type *LLVMTy) { in getOrCreateSPIRVType()1311 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), BitWidth); in getOrCreateSPIRVIntegerType() local1318 Type *LLVMTy; in getOrCreateSPIRVFloatType() local1345 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), 1); in getOrCreateSPIRVBoolType() local[all …]
354 Type *LLVMTy = IntegerType::get(MI.getMF()->getFunction().getContext(), in legalizeCustom() local
1581 Type *LLVMTy = IntegerType::get(GR.CurMF->getFunction().getContext(), 32); in buildI32Constant() local
148 llvm::Type *LLVMTy) { in typeRequiresSplitIntoByteArray()159 llvm::Type *LLVMTy) { in convertTypeForLoadStore()
249 llvm::Type *LLVMTy) { in convertTypeForLoadStore()
2933 llvm::Type* LLVMTy = CGM.getTypes().ConvertType(RetTy); in EmitFunctionProlog() local
37 Type *LLVMTy = nullptr; member