Home
last modified time | relevance | path

Searched refs:Instruction (Results 51 – 75 of 17564) sorted by relevance

12345678910>>...703

/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DInstruction.cpp44 Instruction::~Instruction() { in ~Instruction()
80 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
86 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
92 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
99 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
103 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
266 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
502 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
530 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
718 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DInstruction.cpp44 Instruction::~Instruction() { in ~Instruction()
67 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
472 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
500 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
688 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp44 Instruction::~Instruction() { in ~Instruction()
67 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
472 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
500 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
688 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DInstruction.cpp44 Instruction::~Instruction() { in ~Instruction()
67 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
472 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
500 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
688 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DInstruction.cpp44 Instruction::~Instruction() { in ~Instruction()
67 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
471 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
499 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
687 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DLValue.cpp227 m_context << Instruction::POP << Instruction::SLOAD; in retrieveValue()
235 << Instruction::SWAP1 << Instruction::SLOAD << Instruction::SWAP1 in retrieveValue()
236 << u256(0x100) << Instruction::EXP << Instruction::SWAP1 << Instruction::DIV; in retrieveValue()
251 m_context << Instruction::MUL << Instruction::OR; in retrieveValue()
312 m_context << Instruction::NOT << Instruction::AND << Instruction::SWAP1; in storeValue()
482 << Instruction::SWAP1 << Instruction::SSTORE; in setToZero()
512 << Instruction::SWAP1 << Instruction::BYTE; in retrieveValue()
515 << Instruction::DUP2 << Instruction::BYTE; in retrieveValue()
528 << Instruction::NOT << Instruction::AND; in storeValue()
532 << Instruction::MUL << Instruction::OR; in storeValue()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.h59 const Instruction* call_inst_line_;
100 Instruction* DerefDebugExpression(Instruction* dbg_expr);
103 Instruction* GetDebugInfoNone();
151 Instruction* insert_pos,
160 Instruction* AddDebugValueForDecl(Instruction* dbg_decl, uint32_t value_id,
205 Instruction* GetDbgInst(uint32_t id);
224 Instruction* GetEmptyDebugExpression();
232 bool IsDeclareVisibleToInstr(Instruction* dbg_declare, Instruction* scope);
261 Instruction* deref_operation_;
265 Instruction* debug_info_none_inst_;
[all …]
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
166 bool CreateReplacementVariables(Instruction* inst,
191 Instruction* newVar);
199 bool ReplaceWholeLoad(Instruction* load,
206 bool ReplaceWholeStore(Instruction* store,
228 bool ReplaceAccessChain(Instruction* chain,
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Ddebug_info_manager.h59 const Instruction* call_inst_line_;
100 Instruction* DerefDebugExpression(Instruction* dbg_expr);
103 Instruction* GetDebugInfoNone();
151 Instruction* insert_pos,
160 Instruction* AddDebugValueForDecl(Instruction* dbg_decl, uint32_t value_id,
205 Instruction* GetDbgInst(uint32_t id);
224 Instruction* GetEmptyDebugExpression();
232 bool IsDeclareVisibleToInstr(Instruction* dbg_declare, Instruction* scope);
261 Instruction* deref_operation_;
265 Instruction* debug_info_none_inst_;
[all …]
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
166 bool CreateReplacementVariables(Instruction* inst,
191 Instruction* newVar);
199 bool ReplaceWholeLoad(Instruction* load,
206 bool ReplaceWholeStore(Instruction* store,
228 bool ReplaceAccessChain(Instruction* chain,
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DInstruction.cpp45 Instruction::~Instruction() { in ~Instruction()
68 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
74 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
80 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
87 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
91 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
238 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
462 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
490 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
620 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DInstruction.cpp45 Instruction::~Instruction() { in ~Instruction()
68 iplist<Instruction>::iterator Instruction::eraseFromParent() { in eraseFromParent()
74 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
80 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
87 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
91 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
238 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags()
465 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs()
493 const Instruction *I = cast<Instruction>(U.getUser()); in isUsedOutsideOfBlock()
674 Instruction *Instruction::cloneImpl() const { in cloneImpl()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode_ssa_const_prop.erl75 case Instruction of
445 case Instruction of
515 is_call_to_fp_op(Instruction) ->
582 [Instruction];
617 [Instruction];
621 [Instruction];
635 [Instruction];
656 [Instruction]
666 [Instruction];
682 [Instruction];
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode_ssa_const_prop.erl75 case Instruction of
445 case Instruction of
515 is_call_to_fp_op(Instruction) ->
582 [Instruction];
617 [Instruction];
621 [Instruction];
635 [Instruction];
656 [Instruction]
666 [Instruction];
682 [Instruction];
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode_ssa_const_prop.erl75 case Instruction of
445 case Instruction of
515 is_call_to_fp_op(Instruction) ->
582 [Instruction];
617 [Instruction];
621 [Instruction];
635 [Instruction];
656 [Instruction]
666 [Instruction];
682 [Instruction];
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil.Cil/
H A DILProcessor.cs50 public Instruction Create (OpCode opcode) in Create()
52 return Instruction.Create (opcode); in Create()
57 return Instruction.Create (opcode, type); in Create()
62 return Instruction.Create (opcode, site); in Create()
72 return Instruction.Create (opcode, field); in Create()
77 return Instruction.Create (opcode, value); in Create()
122 public Instruction Create (OpCode opcode, Instruction target) in Create()
127 public Instruction Create (OpCode opcode, Instruction [] targets) in Create()
222 public void InsertBefore (Instruction target, Instruction instruction) in InsertBefore()
236 public void InsertAfter (Instruction target, Instruction instruction) in InsertAfter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil.Cil/
H A DILProcessor.cs20 readonly Collection<Instruction> instructions;
32 public Instruction Create (OpCode opcode) in Create()
34 return Instruction.Create (opcode); in Create()
39 return Instruction.Create (opcode, type); in Create()
44 return Instruction.Create (opcode, site); in Create()
54 return Instruction.Create (opcode, field); in Create()
104 public Instruction Create (OpCode opcode, Instruction target) in Create()
109 public Instruction Create (OpCode opcode, Instruction [] targets) in Create()
204 public void InsertBefore (Instruction target, Instruction instruction) in InsertBefore()
218 public void InsertAfter (Instruction target, Instruction instruction) in InsertAfter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil.Cil/
H A DILProcessor.cs50 public Instruction Create (OpCode opcode) in Create()
52 return Instruction.Create (opcode); in Create()
57 return Instruction.Create (opcode, type); in Create()
62 return Instruction.Create (opcode, site); in Create()
72 return Instruction.Create (opcode, field); in Create()
77 return Instruction.Create (opcode, value); in Create()
122 public Instruction Create (OpCode opcode, Instruction target) in Create()
127 public Instruction Create (OpCode opcode, Instruction [] targets) in Create()
222 public void InsertBefore (Instruction target, Instruction instruction) in InsertBefore()
236 public void InsertAfter (Instruction target, Instruction instruction) in InsertAfter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil.Cil/
H A DILProcessor.cs20 readonly Collection<Instruction> instructions;
32 public Instruction Create (OpCode opcode) in Create()
34 return Instruction.Create (opcode); in Create()
39 return Instruction.Create (opcode, type); in Create()
44 return Instruction.Create (opcode, site); in Create()
54 return Instruction.Create (opcode, field); in Create()
104 public Instruction Create (OpCode opcode, Instruction target) in Create()
109 public Instruction Create (OpCode opcode, Instruction [] targets) in Create()
204 public void InsertBefore (Instruction target, Instruction instruction) in InsertBefore()
218 public void InsertAfter (Instruction target, Instruction instruction) in InsertAfter()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Cil/
H A DILProcessor.cs50 public Instruction Create (OpCode opcode) in Create()
52 return Instruction.Create (opcode); in Create()
57 return Instruction.Create (opcode, type); in Create()
62 return Instruction.Create (opcode, site); in Create()
72 return Instruction.Create (opcode, field); in Create()
77 return Instruction.Create (opcode, value); in Create()
122 public Instruction Create (OpCode opcode, Instruction target) in Create()
127 public Instruction Create (OpCode opcode, Instruction [] targets) in Create()
222 public void InsertBefore (Instruction target, Instruction instruction) in InsertBefore()
236 public void InsertAfter (Instruction target, Instruction instruction) in InsertAfter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
159 bool CreateReplacementVariables(Instruction* inst,
184 Instruction* newVar);
192 bool ReplaceWholeLoad(Instruction* load,
199 bool ReplaceWholeStore(Instruction* store,
221 bool ReplaceAccessChain(Instruction* chain,
[all …]
H A Ddebug_info_manager.h59 const Instruction* call_inst_line_;
100 Instruction* DerefDebugExpression(Instruction* dbg_expr);
103 Instruction* GetDebugInfoNone();
151 Instruction* insert_pos,
167 void ClearDebugInfo(Instruction* instr);
201 Instruction* GetDbgInst(uint32_t id);
220 Instruction* GetEmptyDebugExpression();
228 bool IsDeclareVisibleToInstr(Instruction* dbg_declare, Instruction* scope);
257 Instruction* deref_operation_;
261 Instruction* debug_info_none_inst_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
159 bool CreateReplacementVariables(Instruction* inst,
184 Instruction* newVar);
192 bool ReplaceWholeLoad(Instruction* load,
199 bool ReplaceWholeStore(Instruction* store,
221 bool ReplaceAccessChain(Instruction* chain,
[all …]
H A Ddebug_info_manager.h59 const Instruction* call_inst_line_;
100 Instruction* DerefDebugExpression(Instruction* dbg_expr);
103 Instruction* GetDebugInfoNone();
151 Instruction* insert_pos,
167 void ClearDebugInfo(Instruction* instr);
201 Instruction* GetDbgInst(uint32_t id);
220 Instruction* GetEmptyDebugExpression();
228 bool IsDeclareVisibleToInstr(Instruction* dbg_declare, Instruction* scope);
257 Instruction* deref_operation_;
261 Instruction* debug_info_none_inst_;
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.asm-6502.ref11 <Normal Text> </Normal Text><Unknown Instruction>LOROM</Unknown Instruction><br/>
23 <Normal Text> </Normal Text><Instruction>inx</Instruction><br/>
24 <Normal Text> </Normal Text><Instruction>inx</Instruction><br/>
35 <Normal Text> </Normal Text><Instruction>sei</Instruction><br/>
36 <Normal Text> </Normal Text><Instruction>clc</Instruction><br/>
37 <Normal Text> </Normal Text><Instruction>xce</Instruction><br/>
64 <Normal Text> </Normal Text><Instruction>DEY</Instruction><br/>
70 <Normal Text> </Normal Text><Instruction>TYA</Instruction><br/>
72 <Normal Text> </Normal Text><Instruction>LSR</Instruction><br/>
73 <Normal Text> </Normal Text><Instruction>TYA</Instruction><br/>
[all …]

12345678910>>...703