Home
last modified time | relevance | path

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/
DNaClLLVMBitCodes.h361 FUNC_CODE_INST_CMPXCHG = 37, // Not used in PNaCl. 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-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h515 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty,ptr,valty,cmp,new, align, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4402 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()
4408 (BitCode == 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2826 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()