Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_RET (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp53 3, naclbitc::FUNC_CODE_INST_RET, Terminator, in TEST()
92 3, naclbitc::FUNC_CODE_INST_RET, Terminator, in TEST()
159 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST()
241 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST()
322 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h269 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h328 FUNC_CODE_INST_RET = 10, // RET: [opval<optional>] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h402 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h464 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp230 case bitc::FUNC_CODE_INST_RET: return "INST_RET"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1083 Code = bitc::FUNC_CODE_INST_RET; in WriteInstruction()
1552 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
1559 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2386 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction()
3084 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3091 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2615 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction()
3246 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3253 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2376 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2417 case naclbitc::FUNC_CODE_INST_RET: { in ProcessRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3841 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4829 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()