Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h318 FUNC_CODE_INST_CMPXCHG = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol, enumerator
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1426 Code = bitc::FUNC_CODE_INST_CMPXCHG; in WriteInstruction()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2849 case bitc::FUNC_CODE_INST_CMPXCHG: { in ParseFunctionBody()