Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1020 struct Instruction { struct
1021 aco_opcode opcode;
1022 Format format;
1023 uint32_t pass_flags;
1025 aco::span<Operand> operands;
1026 aco::span<Definition> definitions;
1030 constexpr bool reads_exec() const noexcept in reads_exec()
1039 Pseudo_instruction& pseudo() noexcept in pseudo()
1044 const Pseudo_instruction& pseudo() const noexcept in pseudo()
1049 constexpr bool isPseudo() const noexcept { return format == Format::PSEUDO; } in isPseudo()
[all …]
/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"`
/third_party/skia/third_party/externals/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"`
/third_party/skia/third_party/externals/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"`
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp24 Instruction::Instruction(const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::ir::Instruction
41 Instruction::Instruction(SpvOp op, uint32_t ty_id, uint32_t res_id, in Instruction() function in spvtools::ir::Instruction
55 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::ir::Instruction
/third_party/skia/third_party/externals/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
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.cpp153 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
175 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
181 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
189 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
195 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
205 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/third_party/skia/third_party/externals/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.cpp153 const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
175 uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const { in WhileEachUse() argument
181 const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
189 uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const { in ForEachUse() argument
195 ForEachUser(def, [&count](Instruction*) { ++count; }); in NumUsers() argument
205 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses() argument
/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.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/third_party/skia/third_party/externals/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() function
50 using InstrList = std::vector<Instruction>; argument
/third_party/flutter/skia/src/core/
DSkVM.h283 struct Instruction { struct
284 Op op; // v* = op(x,y,z,imm), where * == index of this Instruction. argument
296 std::vector<Instruction> program() const { return fProgram; } in program() argument
456 struct Instruction { // d = op(x, y, z/imm) struct
462 Program(const std::vector<Builder::Instruction>& instructions, argument
/third_party/skia/third_party/externals/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()
/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h20 class Instruction; variable
/third_party/spirv-tools/source/val/
Dvalidate.h32 class Instruction; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.h32 class Instruction; variable
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate.h32 class Instruction; variable
/third_party/skia/third_party/externals/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 …]
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go779 type Instruction struct { struct
780 Tokens []*Token // all the tokens that make up the instruction
781 Result *Token // the token that represents the result of the instruction, or nil
782 Operands []*Operand // the operands of the instruction
783 Range Range // the textual range of the instruction
784 Opcode *schema.Opcode // the opcode for the instruction

123456789