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.cpp74 SPIRVType *DefType = in processNewInstrs() local
76 if (!DefType || DefType->getOpcode() != SPIRV::OpTypeVector) in processNewInstrs()
80 GR->getSPIRVTypeForVReg(DefType->getOperand(1).getReg()); in processNewInstrs()
H A DSPIRVGlobalRegistry.cpp762 SPIRVType *DefType = getSPIRVTypeForVReg(ResVReg); in buildGlobalVariable() local
763 if (!DefType || DefType != BaseType) in buildGlobalVariable()
H A DSPIRVInstructionSelector.cpp1370 SPIRVType *DefType = in selectUnmergeValues() local
1372 if (!DefType || DefType->getOpcode() != SPIRV::OpTypeVector) in selectUnmergeValues()
1377 GR.getSPIRVTypeForVReg(DefType->getOperand(1).getReg()); in selectUnmergeValues()