Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h284 virtual SPIRVInstruction *addPhiInst(SPIRVType *, std::vector<SPIRVValue *>,
DSPIRVModule.cpp250 virtual SPIRVInstruction *addPhiInst(SPIRVType *, std::vector<SPIRVValue *>,
970 SPIRVModuleImpl::addPhiInst(SPIRVType *Type, in addPhiInst() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1022 return mapValue(V, BM->addPhiInst(transType(Phi->getType()), IncomingPairs, in transValueWithoutDecoration()