Home
last modified time | relevance | path

Searched refs:DefType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPostLegalizer.cpp92 SPIRVType *DefType = in processNewInstrs() local
94 if (!DefType || DefType->getOpcode() != SPIRV::OpTypeVector) in processNewInstrs()
98 GR->getSPIRVTypeForVReg(DefType->getOperand(1).getReg()); in processNewInstrs()
H A DSPIRVGlobalRegistry.cpp664 SPIRVType *DefType = getSPIRVTypeForVReg(ResVReg); in buildGlobalVariable() local
665 if (!DefType || DefType != BaseType) in buildGlobalVariable()
H A DSPIRVInstructionSelector.cpp931 SPIRVType *DefType = in selectUnmergeValues() local
933 if (!DefType || DefType->getOpcode() != SPIRV::OpTypeVector) in selectUnmergeValues()
938 GR.getSPIRVTypeForVReg(DefType->getOperand(1).getReg()); in selectUnmergeValues()