Home
last modified time | relevance | path

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

12345678910>>...12

/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-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/skia/src/utils/
DSkVMVisualizer.h35 struct Instruction { struct
36 InstructionFlags kind = InstructionFlags::kNormal; argument
43 skvm::Instruction instruction; argument
/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/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/deqp-deps/SPIRV-Tools/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
88 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
106 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
127 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
395 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
401 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
450 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
489 [&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.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
393 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
399 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
448 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
487 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp154 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
177 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
183 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
191 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
197 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
207 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
323 [&ul](Instruction*, uint32_t id) { ul.insert(id); }); in CompareAndPrintDifferences() argument
325 [&ur](Instruction*, uint32_t id) { ur.insert(id); }); in CompareAndPrintDifferences() argument
/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
393 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
399 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
448 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
487 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
[all …]
Ddef_use_manager.cpp154 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
177 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
183 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
191 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
197 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
207 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
323 [&ul](Instruction*, uint32_t id) { ul.insert(id); }); in CompareAndPrintDifferences() argument
325 [&ur](Instruction*, uint32_t id) { ur.insert(id); }); in CompareAndPrintDifferences() argument
/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/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/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/IR/
DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/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/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Davailable_instructions_test.cpp164 [](opt::IRContext*, opt::Instruction*) -> bool { return false; }); in TEST()
174 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
313 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp164 [](opt::IRContext*, opt::Instruction*) -> bool { return false; }); in TEST()
174 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
313 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp164 [](opt::IRContext*, opt::Instruction*) -> bool { return false; }); in TEST()
174 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
313 [](opt::IRContext*, opt::Instruction*) -> bool { return true; }); in TEST()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DInstruction.java56 public class Instruction { class
74 public Instruction(final int line) { in Instruction() method in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp468 MCCFIInstruction Instruction = in EmitCFIDefCfa() local
479 MCCFIInstruction Instruction = in EmitCFIDefCfaOffset() local
489 MCCFIInstruction Instruction = in EmitCFIAdjustCfaOffset() local
499 MCCFIInstruction Instruction = in EmitCFIDefCfaRegister() local
510 MCCFIInstruction Instruction = in EmitCFIOffset() local
520 MCCFIInstruction Instruction = in EmitCFIRelOffset() local
547 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in EmitCFIRememberState() local
557 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState() local
566 MCCFIInstruction Instruction = in EmitCFISameValue() local
576 MCCFIInstruction Instruction = in EmitCFIRestore() local
[all …]

12345678910>>...12