Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h578 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty, ptr, cmp, val, vol, enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2497 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3140 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6000 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()