Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp50 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
90 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
157 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
239 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
320 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h258 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h314 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h391 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h453 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp218 case bitc::FUNC_CODE_DECLAREBLOCKS: return "DECLAREBLOCKS"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1354 Stream.EmitRecord(bitc::FUNC_CODE_DECLAREBLOCKS, Vals); in WriteFunction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2112 case bitc::FUNC_CODE_DECLAREBLOCKS: // DECLAREBLOCKS: [nblocks] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2177 case naclbitc::FUNC_CODE_DECLAREBLOCKS: { in ProcessRecord()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2884 Stream.EmitRecord(bitc::FUNC_CODE_DECLAREBLOCKS, Vals); in writeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3047 Stream.EmitRecord(bitc::FUNC_CODE_DECLAREBLOCKS, Vals); in writeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3458 case bitc::FUNC_CODE_DECLAREBLOCKS: { // DECLAREBLOCKS: [nblocks] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4446 case bitc::FUNC_CODE_DECLAREBLOCKS: { // DECLAREBLOCKS: [nblocks] in parseFunctionBody()