Searched refs:FUNC_CODE_INST_CALL (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 349 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/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 528 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 540 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
|
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 48 3, naclbitc::FUNC_CODE_INST_CALL, 0, 4, 2, 100, Terminator, 3, in TEST()
|
/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/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2632 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2998 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3076 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4990 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5472 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5161 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()
|