/external/llvm/docs/ |
D | LangRef.rst | 5262 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/ |
D | MCWin64EH.h | 25 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
|
D | MCWinEH.h | 21 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/ |
D | MCWin64EH.h | 25 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
|
D | MCWinEH.h | 21 struct Instruction { struct 27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
|
/external/llvm/include/llvm/MC/ |
D | MCWin64EH.h | 26 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
|
D | MCWinEH.h | 21 struct Instruction { struct 27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() function
|
/external/pytorch/torch/csrc/jit/runtime/ |
D | instruction.h | 84 struct Instruction { struct 90 Instruction(OpCode op, int32_t X, uint16_t N) in Instruction() argument
|
/external/pytorch/torch/_dynamo/ |
D | bytecode_transformation.py | 45 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/ |
D | aco_ir.h | 1111 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/ |
D | instruction.rs | 6 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/ |
D | instruction.rs | 6 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/ |
D | grammar.go | 32 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/ |
D | grammar.go | 32 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/ |
D | grammar.go | 32 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/ |
D | instruction.cpp | 48 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 …]
|
D | def_use_manager.cpp | 148 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/ |
D | instruction.cpp | 48 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 …]
|
D | def_use_manager.cpp | 148 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/ |
D | instruction.cpp | 48 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 …]
|
D | def_use_manager.cpp | 148 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/ |
D | tier1_generator.py | 38 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/ |
D | SkSLRasterPipelineBuilder.h | 130 struct Instruction { struct 131 BuilderOp fOp; 155 Program(skia_private::TArray<Instruction> instrs, argument
|
/external/mesa3d/bin/ |
D | flamegraph_map_lp_jit.py | 15 class Instruction: class 25 def instruction_address_key(instruction: Instruction):
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 41 struct Instruction { struct 42 Instruction(uint8_t Opcode) : Opcode(Opcode) {} in Instruction() argument 50 using InstrList = std::vector<Instruction>; argument
|