Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp341 SPIRVType *SpvBaseTy = getSPIRVTypeForVReg(SpvType->getOperand(1).getReg()); in getOrCreateConsIntArray() local
342 unsigned BW = getScalarOrVectorBitWidth(SpvBaseTy); in getOrCreateConsIntArray()
412 SPIRVType *SpvBaseTy = getSPIRVTypeForVReg(SpvType->getOperand(1).getReg()); in getOrCreateConsIntArray() local
413 unsigned BW = getScalarOrVectorBitWidth(SpvBaseTy); in getOrCreateConsIntArray()
H A DSPIRVInstructionSelector.cpp821 SPIRVType *SpvBaseTy = GR.getOrCreateSPIRVIntegerType(8, I, TII); in selectAddrSpaceCast() local
822 ResType = GR.getOrCreateSPIRVPointerType(SpvBaseTy, I, TII, in selectAddrSpaceCast()