Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMPXCHG (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h625 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty, ptr, cmp, val, vol, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2479 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3326 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6391 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()