Home
last modified time | relevance | path

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

12345678910>>...12

/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-7.0/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/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-7.0/llvm/docs/
DLangRef.rst6239 Syntax:
6247 Overview:
6257 Arguments:
6270 Semantics:
6282 Example:
6296 Syntax:
6304 Overview:
6312 Arguments:
6319 Semantics:
6327 Example:
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp35 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
43 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
51 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
70 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
90 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
309 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
315 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
340 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
370 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyVariableShaders()
517 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()
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.cpp35 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
43 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
51 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
70 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
90 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
309 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
315 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
340 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
370 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyVariableShaders()
517 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()
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-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.h71 struct Instruction { struct
82 // An instance of an Instruction holding values for each of its Variables. argument
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h24 class Instruction; variable
52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h24 class Instruction; variable
52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/external/swiftshader/third_party/llvm-7.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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DInstruction.java22 public class Instruction { class
44 public Instruction(final AbstractInsnNode node, final int line) { in Instruction() method in Instruction
/external/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h21 class Instruction; variable
DOrderedBasicBlock.h31 class Instruction; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h21 class Instruction; variable
DOrderedBasicBlock.h31 class Instruction; variable
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DInstruction.java43 public interface Instruction { interface
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.h32 class Instruction; variable
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.h32 class Instruction; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h24 class Instruction; variable

12345678910>>...12