Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h625 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty, ptr, cmp, val, vol, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2479 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3326 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6391 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()