Searched refs:addStoreInst (Results 1 – 3 of 3) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.h | 291 virtual SPIRVInstruction *addStoreInst(SPIRVValue *, SPIRVValue *,
|
D | SPIRVModule.cpp | 281 virtual SPIRVInstruction *addStoreInst(SPIRVValue *, SPIRVValue *, 930 SPIRVModuleImpl::addStoreInst(SPIRVValue *Target, SPIRVValue *Source, in addStoreInst() function in SPIRV::SPIRVModuleImpl
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 939 return mapValue(V, BM->addStoreInst( in transValueWithoutDecoration() 1667 return BM->addStoreInst(transValue(CI->getArgOperand(0), BB), SPI, in transBuiltinToInstWithoutDecoration()
|