Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper.h30 class Instruction; variable
/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h48 Instruction(uint32_t opCode) : mCodeAndCount(opCode) {} in Instruction() function
49 Instruction(uint32_t opCode, uint32_t fixedWordCount) in Instruction() function
Dword_stream.h32 class Instruction; variable
Dvisitor.h34 class Instruction; variable
Dcore_defs.h25 class Instruction; variable
Dmodule_test.cpp62 CreateInstructionVisitor([&count](Instruction *) -> void { count++; })); in TEST_F() argument
Dmodule.h47 class Instruction; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h18 } Instruction; typedef
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h26 class Instruction; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h26 class Instruction; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h27 class Instruction; variable
/frameworks/base/startop/view_compiler/
Ddex_builder.h245 inline Instruction(Op opcode, size_t method_id, std::optional<const Value> dest) in Instruction() function
249 inline constexpr Instruction(Op opcode, size_t method_id, bool result_is_object, in Instruction() function