Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h305 FUNC_CODE_INST_CMPXCHG = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h453 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty,ptr,valty,cmp,new, align, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1224 Code = bitc::FUNC_CODE_INST_CMPXCHG; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2668 case bitc::FUNC_CODE_INST_CMPXCHG: { in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5388 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()
5394 (BitCode == bitc::FUNC_CODE_INST_CMPXCHG in parseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2596 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()