Searched refs:FUNC_CODE_INST_CALL (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 301 FUNC_CODE_INST_CALL = 34, // CALL: [attr, fnty, fnid, args...] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 357 FUNC_CODE_INST_CALL = 34, // CALL: [cc, fnid, args...] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 434 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
|
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 52 3, naclbitc::FUNC_CODE_INST_CALL, 0, 4, 2, 100, Terminator, in TEST()
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 247 case bitc::FUNC_CODE_INST_CALL: return "INST_CALL"; in GetCodeName()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2629 case naclbitc::FUNC_CODE_INST_CALL: in ProcessRecord() 2641 if (Record.GetCode() == naclbitc::FUNC_CODE_INST_CALL) { in ProcessRecord() 2658 if (Record.GetCode() == naclbitc::FUNC_CODE_INST_CALL) { in ProcessRecord()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1255 Code = bitc::FUNC_CODE_INST_CALL; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2722 case bitc::FUNC_CODE_INST_CALL: { in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2632 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5472 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()
|