Home
last modified time | relevance | path

Searched refs:Int32Type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp145 Type *Int32Type; member in __anon6a41d37f0211::R600OpenCLImageTypeLoweringPass
168 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceImageUses()
201 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceSamplerUses()
356 Int32Type = Type::getInt32Ty(M.getContext()); in runOnModule()
357 ImageSizeType = ArrayType::get(Int32Type, 3); in runOnModule()
358 ImageFormatType = ArrayType::get(Int32Type, 2); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp529 SPIRVType *Int32Type = GR.getOrCreateSPIRVIntegerType(32, MIB); in finalizeLowering() local
534 ? Int32Type in finalizeLowering()
536 Int32Type, RetType->getOperand(2).getImm(), in finalizeLowering()