Home
last modified time | relevance | path

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

12345678910>>...17

/external/llvm-project/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() 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/docs/
DLangRef.rst5262 Syntax:
5270 Overview:
5280 Arguments:
5293 Semantics:
5305 Example:
5319 Syntax:
5327 Overview:
5335 Arguments:
5342 Semantics:
5350 Example:
[all …]
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.h108 struct Instruction { struct
117 Instruction &operator=(const Instruction &) = delete; argument
118 Instruction &operator=(Instruction &&) = delete; argument
166 Instruction(const MCInstrDesc *Description, StringRef Name, argument
/external/llvm-project/llvm/docs/
DLangRef.rst7353 Syntax:
7361 Overview:
7371 Arguments:
7384 Semantics:
7396 Example:
7410 Syntax:
7418 Overview:
7426 Arguments:
7433 Semantics:
7443 Example:
[all …]
/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/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/angle/third_party/vulkan-deps/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/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.cpp49 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
58 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
67 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
104 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
125 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
387 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
393 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
427 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
466 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp150 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
172 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
178 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
186 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
192 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp47 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
56 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
65 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
85 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
102 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
123 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
385 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
391 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
425 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
464 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp150 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
172 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
178 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
186 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
192 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp47 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
56 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
65 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
85 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
102 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
123 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
385 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
391 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
425 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
464 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp150 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
172 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
178 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
186 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
192 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/external/llvm-project/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h24 class Instruction; variable
52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/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
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstruction.java32 public abstract class Instruction implements Cloneable { class
53 Instruction() { in Instruction() method in Instruction
57 public Instruction(final short opcode, final short length) { in Instruction() method in Instruction
/external/llvm/lib/MC/
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 …]
/external/llvm-project/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>>...17