Searched refs:FUNC_CODE_INST_SWITCH (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 271 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 330 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 404 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 466 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 232 case bitc::FUNC_CODE_INST_SWITCH: return "INST_SWITCH"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1108 Code = bitc::FUNC_CODE_INST_SWITCH; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2417 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2460 case naclbitc::FUNC_CODE_INST_SWITCH: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2412 Code = bitc::FUNC_CODE_INST_SWITCH; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2641 Code = bitc::FUNC_CODE_INST_SWITCH; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3987 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4975 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in parseFunctionBody()
|