Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_BR (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h270 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h329 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h403 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h465 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp231 case bitc::FUNC_CODE_INST_BR: return "INST_BR"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1098 Code = bitc::FUNC_CODE_INST_BR; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2396 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2430 case naclbitc::FUNC_CODE_INST_BR: { in ProcessRecord()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2401 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2630 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3861 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4849 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()