Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h242 virtual SPIRVInstruction *addExtInst(SPIRVType *, SPIRVWord, SPIRVWord,
244 virtual SPIRVInstruction *addExtInst(SPIRVType *, SPIRVWord, SPIRVWord,
DSPIRVModule.cpp236 virtual SPIRVInstruction *addExtInst(SPIRVType *,
239 virtual SPIRVInstruction *addExtInst(SPIRVType *,
976 SPIRVModuleImpl::addExtInst(SPIRVType *TheType, SPIRVWord BuiltinSet, in addExtInst() function in SPIRV::SPIRVModuleImpl
984 SPIRVModuleImpl::addExtInst(SPIRVType *TheType, SPIRVWord BuiltinSet, in addExtInst() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1233 return addDecorations(BM->addExtInst( in transCallInst()