Searched refs:FUNC_CODE_INST_CMPXCHG (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 361 FUNC_CODE_INST_CMPXCHG = 37, // Not used in PNaCl. 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-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 515 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty,ptr,valty,cmp,new, align, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4402 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody() 4408 (BitCode == 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2826 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()
|