Searched refs:FUNC_CODE_INST_FENCE (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 352 FUNC_CODE_INST_FENCE = 36, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 437 FUNC_CODE_INST_FENCE = 36, // FENCE: [ordering, synchscope] enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 531 FUNC_CODE_INST_FENCE = 36, // FENCE: [ordering, synchscope] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 543 FUNC_CODE_INST_FENCE = 36, // FENCE: [ordering, synchscope] enumerator
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2621 Code = bitc::FUNC_CODE_INST_FENCE; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2987 Code = bitc::FUNC_CODE_INST_FENCE; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3065 Code = bitc::FUNC_CODE_INST_FENCE; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4977 case bitc::FUNC_CODE_INST_FENCE: { // FENCE:[ordering, ssid] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5459 case bitc::FUNC_CODE_INST_FENCE: { // FENCE:[ordering, synchscope] in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5148 case bitc::FUNC_CODE_INST_FENCE: { // FENCE:[ordering, ssid] in parseFunctionBody()
|