Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_INVOKE (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h272 FUNC_CODE_INST_INVOKE = 13, // INVOKE: [attr, fnty, op0,op1, ...] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h405 FUNC_CODE_INST_INVOKE = 13, // INVOKE: [attr, fnty, op0,op1, ...] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp233 case bitc::FUNC_CODE_INST_INVOKE: return "INST_INVOKE"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1125 Code = bitc::FUNC_CODE_INST_INVOKE; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2463 case bitc::FUNC_CODE_INST_INVOKE: { in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2440 Code = bitc::FUNC_CODE_INST_INVOKE; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5084 case bitc::FUNC_CODE_INST_INVOKE: { in parseFunctionBody()