Searched refs:FUNC_CODE_INST_BR (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 270 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 329 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 403 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 465 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 231 case bitc::FUNC_CODE_INST_BR: return "INST_BR"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1098 Code = bitc::FUNC_CODE_INST_BR; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2396 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2430 case naclbitc::FUNC_CODE_INST_BR: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2401 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2630 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3861 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4849 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()
|