/third_party/skia/third_party/externals/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
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1002 struct Instruction { struct 1003 aco_opcode opcode; 1004 Format format; 1005 uint32_t pass_flags; 1007 aco::span<Operand> operands; 1008 aco::span<Definition> definitions; 1012 constexpr bool reads_exec() const noexcept in reads_exec() 1021 Pseudo_instruction& pseudo() noexcept in pseudo() 1026 const Pseudo_instruction& pseudo() const noexcept in pseudo() 1031 constexpr bool isPseudo() const noexcept { return format == Format::PSEUDO; } in isPseudo() [all …]
|
/third_party/skia/third_party/externals/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"`
|
/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"`
|
/third_party/skia/third_party/externals/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"`
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.cpp | 24 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/spirv-tools/source/opt/ |
D | instruction.cpp | 47 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 …]
|
D | def_use_manager.cpp | 150 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 49 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 …]
|
D | def_use_manager.cpp | 153 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/ |
D | instruction.cpp | 49 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 …]
|
D | def_use_manager.cpp | 153 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 23 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/ |
D | DWARFDebugFrame.h | 41 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/ |
D | SkVM.h | 283 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/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 164 [](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/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 164 [](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/ |
D | available_instructions_test.cpp | 164 [](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/ |
D | IndirectCallPromotionAnalysis.h | 20 class Instruction; variable
|
D | OrderedBasicBlock.h | 30 class Instruction; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate.h | 32 class Instruction; variable
|
/third_party/spirv-tools/source/val/ |
D | validate.h | 32 class Instruction; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.h | 32 class Instruction; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | CodeMoverUtils.h | 22 class Instruction; variable
|