Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/external/llvm/docs/
H A DLangRef.rst5262 Syntax:
5270 Overview:
5280 Arguments:
5293 Semantics:
5305 Example:
5319 Syntax:
5327 Overview:
5335 Arguments:
5342 Semantics:
5350 Example:
[all …]
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1089 struct Instruction { struct
1090 aco_opcode opcode;
1091 Format format;
1092 union {
1097 aco::span<Operand> operands;
1098 aco::span<Definition> definitions;
1102 constexpr bool reads_exec() const noexcept in reads_exec()
1111 constexpr bool writes_exec() const noexcept in writes_exec()
1120 Pseudo_instruction& pseudo() noexcept in pseudo()
1125 const Pseudo_instruction& pseudo() const noexcept in pseudo()
[all …]
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A 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
H A DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A 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
H A DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/aosp_15_r20/external/llvm/include/llvm/MC/
H A 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
H A DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinstruction.h84 struct Instruction { struct
90 Instruction(OpCode op, int32_t X, uint16_t N) in Instruction() argument
/aosp_15_r20/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 …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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 …]
/aosp_15_r20/external/llvm/lib/MC/
H A DMCStreamer.cpp304 MCCFIInstruction Instruction = in EmitCFIDefCfa() local
313 MCCFIInstruction Instruction = in EmitCFIDefCfaOffset() local
321 MCCFIInstruction Instruction = in EmitCFIAdjustCfaOffset() local
329 MCCFIInstruction Instruction = in EmitCFIDefCfaRegister() local
338 MCCFIInstruction Instruction = in EmitCFIOffset() local
346 MCCFIInstruction Instruction = in EmitCFIRelOffset() local
369 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in EmitCFIRememberState() local
377 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState() local
384 MCCFIInstruction Instruction = in EmitCFISameValue() local
392 MCCFIInstruction Instruction = in EmitCFIRestore() local
[all …]
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.h130 struct Instruction { struct
131 BuilderOp fOp;
155 Program(skia_private::TArray<Instruction> instrs, argument
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_bytecode.h124 struct Instruction { struct
125 u4 vA; // the A field of the instruction
126 u4 vB; // the B field of the instruction
127 u8 vB_wide; // 64bit version of the B field (for k51l)
128 u4 vC; // the C field of the instruction
129 u4 arg[5]; // vC/D/E/F/G in invoke or filled-new-array
130 Opcode opcode; // instruction opcode
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/glyf/bytecode/
H A Dinstruction.rs6 pub struct Instruction<'a> { struct
9 /// Instruction operands that were decoded from the bytecode. argument
16 impl std::fmt::Display for Instruction<'_> { argument

12345678910>>...38