Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CALL (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h301 FUNC_CODE_INST_CALL = 34, // CALL: [attr, fnty, fnid, args...] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h357 FUNC_CODE_INST_CALL = 34, // CALL: [cc, fnid, args...] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h434 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp52 3, naclbitc::FUNC_CODE_INST_CALL, 0, 4, 2, 100, Terminator, in TEST()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp247 case bitc::FUNC_CODE_INST_CALL: return "INST_CALL"; in GetCodeName()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2629 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/
DBitcodeWriter.cpp1255 Code = bitc::FUNC_CODE_INST_CALL; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2722 case bitc::FUNC_CODE_INST_CALL: { in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2632 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5472 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()