Searched refs:MemScope (Results 1 – 2 of 2) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 507 SPIRVWord MemSema, SPIRVWord MemScope); 510 SPIRVWord MemSema, SPIRVWord MemScope); 2412 SPIRVWord MemSema, SPIRVWord MemScope) { in transOCLBarrier() argument 2435 static_cast<spv::Scope>(MemScope))); in transOCLBarrier() 2459 SPIRVWord MemSema, SPIRVWord MemScope) { in transOCLMemFence() argument 2482 static_cast<spv::Scope>(MemScope))); in transOCLMemFence() 2519 SPIRVWord MemScope = getIntVal(MemB->getOpValue(0)); in transOCLBarrierFence() local 2522 Call = transOCLMemFence(BB, MemSema, MemScope); in transOCLBarrierFence() 2528 SPIRVWord MemScope = getIntVal(CtlB->getMemScope()); in transOCLBarrierFence() local 2530 Call = transOCLBarrier(BB, ExecScope, MemSema, MemScope); in transOCLBarrierFence()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 1618 MemScope(TheMemScope->getId()), MemSema(TheMemSema->getId()){ 1631 SPIRVValue *getMemScope() const { return getValue(MemScope); } 1636 Operands.push_back(MemScope); 1641 _SPIRV_DEF_ENCDEC3(ExecScope, MemScope, MemSema) 1648 SPIRVId MemScope;
|