Searched refs:spvOpcodeIsAtomicOp (Results 1 – 18 of 18) sorted by relevance
105 bool spvOpcodeIsAtomicOp(const SpvOp opcode);
434 bool spvOpcodeIsAtomicOp(const SpvOp opcode) { in spvOpcodeIsAtomicOp() function
137 if (spvOpcodeIsAtomicOp(op_code)) { in IsMemoryWritingOpCode()
114 if (!spvOpcodeIsAtomicOp(inst->opcode())) { in ValidateMemorySemantics()
255 if (spvOpcodeIsAtomicOp(inst->opcode())) { in UpgradeAtomics()681 if (spvOpcodeIsAtomicOp(inst->opcode())) { in UpgradeMemoryScope()
910 bool Instruction::IsAtomicOp() const { return spvOpcodeIsAtomicOp(opcode()); } in IsAtomicOp()
895 bool Instruction::IsAtomicOp() const { return spvOpcodeIsAtomicOp(opcode()); } in IsAtomicOp()