Home
last modified time | relevance | path

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

12345678910>>...21

/external/llvm/docs/
DLangRef.rst5262 Syntax:
5270 Overview:
5280 Arguments:
5293 Semantics:
5305 Example:
5319 Syntax:
5327 Overview:
5335 Arguments:
5342 Semantics:
5350 Example:
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCWin64EH.h25 struct Instruction { struct
26 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { in PushNonVol() argument
29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() argument
33 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { in PushMachFrame() argument
36 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, in SaveNonVol() argument
42 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, in SaveXMM() argument
48 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { in SetFPReg() argument
DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWin64EH.h25 struct Instruction { struct
26 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { in PushNonVol() argument
29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() argument
33 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { in PushMachFrame() argument
36 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, in SaveNonVol() argument
42 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, in SaveXMM() argument
48 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { in SetFPReg() argument
DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/external/llvm/include/llvm/MC/
DMCWin64EH.h26 struct Instruction { struct
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { in PushNonVol() argument
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() argument
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { in PushMachFrame() argument
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, in SaveNonVol() argument
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, in SaveXMM() argument
49 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { in SetFPReg() argument
DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() function
/external/pytorch/torch/csrc/jit/runtime/
Dinstruction.h84 struct Instruction { struct
90 Instruction(OpCode op, int32_t X, uint16_t N) in Instruction() argument
/external/pytorch/torch/_dynamo/
Dbytecode_transformation.py45 class Instruction: class
70 def convert_instruction(i: dis.Instruction) -> Instruction:
178 inst_or_insts: Union[Instruction, List[Instruction]],
236 inst_or_insts: Union[Instruction, List[Instruction]],
608 def assemble(instructions: List[Instruction], firstlineno: int) -> Tuple[bytes, bytes]:
650 def _get_instruction_by_offset(offset_to_inst: Dict[int, Instruction], offset: int): argument
672 def flip_jump_direction(instruction: Instruction) -> None:
685 def _get_instruction_front(instructions: List[Instruction], idx: int):
747 def virtualize_exception_table(exn_tab_bytes: bytes, instructions: List[Instruction]):
789 instructions: List[Instruction],
[all …]
/external/mesa3d/src/amd/compiler/
Daco_ir.h1111 struct Instruction { struct
1112 aco_opcode opcode;
1113 Format format;
1114 union {
1119 aco::span<Operand> operands;
1120 aco::span<Definition> definitions;
1124 constexpr bool reads_exec() const noexcept in reads_exec()
1133 constexpr bool writes_exec() const noexcept in writes_exec()
1142 Pseudo_instruction& pseudo() noexcept in pseudo()
1147 const Pseudo_instruction& pseudo() const noexcept in pseudo()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/
Dinstruction.rs6 pub struct Instruction<'a> { struct
9 /// Instruction operands that were decoded from the bytecode. argument
16 impl std::fmt::Display for Instruction<'_> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/
Dinstruction.rs6 pub struct Instruction<'a> { struct
9 /// Instruction operands that were decoded from the bytecode. argument
16 impl std::fmt::Display for Instruction<'_> { implementation
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go32 type Instruction struct { struct
33 Opname string `json:"opname"`
34 Class string `json:"class"`
35 Opcode int `json:"opcode"`
36 Operands []Operand `json:"operands"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go32 type Instruction struct { struct
33 Opname string `json:"opname"`
34 Class string `json:"class"`
35 Opcode int `json:"opcode"`
36 Operands []Operand `json:"operands"`
/external/angle/third_party/spirv-tools/src/utils/vscode/src/grammar/
Dgrammar.go32 type Instruction struct { struct
33 Opname string `json:"opname"`
34 Class string `json:"class"`
35 Opcode int `json:"opcode"`
36 Operands []Operand `json:"operands"`
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.cpp48 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
57 Instruction::Instruction(IRContext* c, spv::Op op) in Instruction() function in spvtools::opt::Instruction
66 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
87 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
105 Instruction::Instruction(IRContext* c, spv::Op op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
134 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
405 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
411 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
461 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
500 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp148 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
170 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
176 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
184 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
190 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
200 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp48 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
57 Instruction::Instruction(IRContext* c, spv::Op op) in Instruction() function in spvtools::opt::Instruction
66 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
87 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
105 Instruction::Instruction(IRContext* c, spv::Op op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
134 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
405 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
411 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
461 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
500 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp148 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
170 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
176 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
184 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
190 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
200 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp48 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
57 Instruction::Instruction(IRContext* c, spv::Op op) in Instruction() function in spvtools::opt::Instruction
66 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
87 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
105 Instruction::Instruction(IRContext* c, spv::Op op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
134 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
405 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
411 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
461 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
500 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp148 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
170 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
176 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
184 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
190 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
200 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/python/cpython3/Tools/cases_generator/
Dtier1_generator.py38 def declare_variables(inst: Instruction, out: CWriter) -> None:
61 uop: Part, out: CWriter, offset: int, stack: Stack, inst: Instruction, braces: bool
106 def uses_this(inst: Instruction) -> bool:
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineBuilder.h130 struct Instruction { struct
131 BuilderOp fOp;
155 Program(skia_private::TArray<Instruction> instrs, argument
/external/mesa3d/bin/
Dflamegraph_map_lp_jit.py15 class Instruction: class
25 def instruction_address_key(instruction: Instruction):
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h41 struct Instruction { struct
42 Instruction(uint8_t Opcode) : Opcode(Opcode) {} in Instruction() argument
50 using InstrList = std::vector<Instruction>; argument

12345678910>>...21