Searched refs:FUNC_CODE_INST_CMPXCHG (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 305 FUNC_CODE_INST_CMPXCHG = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol, enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 453 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty,ptr,valty,cmp,new, align, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1224 Code = bitc::FUNC_CODE_INST_CMPXCHG; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2668 case bitc::FUNC_CODE_INST_CMPXCHG: { in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5388 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody() 5394 (BitCode == bitc::FUNC_CODE_INST_CMPXCHG in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2596 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
|