Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp444 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 DSPIRVLegalizerInfo.cpp353 Type *LLVMTy = IntegerType::get(MI.getMF()->getFunction().getContext(), legalizeCustom() local
H A DSPIRVInstructionSelector.cpp1581 Type *LLVMTy = IntegerType::get(GR.CurMF->getFunction().getContext(), 32); buildI32Constant() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h37 Type *LLVMTy = nullptr; global() member
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2956 llvm::Type* LLVMTy = CGM.getTypes().ConvertType(RetTy); EmitFunctionProlog() local