Searched defs:LLVMTy (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 444 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateConstVector() local 463 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateConstVector() local 480 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateConstIntArray() local 543 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateConsIntVector() local 559 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateConstNullPtr() local 1279 finishCreatingSPIRVType(const Type * LLVMTy,SPIRVType * SpirvType) finishCreatingSPIRVType() argument 1291 getOrCreateSPIRVType(unsigned BitWidth,MachineInstr & I,const SPIRVInstrInfo & TII,unsigned SPIRVOPcode,Type * LLVMTy) getOrCreateSPIRVType() argument 1311 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), BitWidth); getOrCreateSPIRVIntegerType() local 1318 Type *LLVMTy; getOrCreateSPIRVFloatType() local 1345 Type *LLVMTy = IntegerType::get(CurMF->getFunction().getContext(), 1); getOrCreateSPIRVBoolType() local 1367 Type *LLVMTy = FixedVectorType::get( getOrCreateSPIRVVectorType() local 1384 Type *LLVMTy = ArrayType::get( getOrCreateSPIRVArrayType() local 1405 Type *LLVMTy = TypedPointerType::get(const_cast<Type *>(PointerElementType), getOrCreateSPIRVPointerType() local 1433 const Type *LLVMTy = getTypeForSPIRVType(SpvType); getOrCreateUndef() local [all...] |
H A D | SPIRVLegalizerInfo.cpp | 353 Type *LLVMTy = IntegerType::get(MI.getMF()->getFunction().getContext(), legalizeCustom() local
|
H A D | SPIRVInstructionSelector.cpp | 1581 Type *LLVMTy = IntegerType::get(GR.CurMF->getFunction().getContext(), 32); buildI32Constant() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 37 Type *LLVMTy = nullptr; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2956 llvm::Type* LLVMTy = CGM.getTypes().ConvertType(RetTy); EmitFunctionProlog() local
|