HomeSort by relevance Sort by last modified time
    Searched refs:replaceForward (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 188 virtual SPIRVEntry *replaceForward(SPIRVForward *, SPIRVEntry *) = 0;
SPIRVModule.cpp 183 virtual SPIRVEntry *replaceForward(SPIRVForward *, SPIRVEntry *);
523 replaceForward(static_cast<SPIRVForward *>(Mapped), Entry);
855 SPIRVModuleImpl::replaceForward(SPIRVForward *Forward, SPIRVEntry *Entry) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 249 BM->replaceForward(Forward, BV);
    [all...]

Completed in 1059 milliseconds