Home
last modified time | relevance | path

Searched refs:Instruction (Results 126 – 150 of 24604) sorted by relevance

12345678910>>...985

/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp217 case Instruction::Add: in ComputeSpeculationCost()
218 case Instruction::Mul: in ComputeSpeculationCost()
219 case Instruction::And: in ComputeSpeculationCost()
220 case Instruction::Or: in ComputeSpeculationCost()
222 case Instruction::Shl: in ComputeSpeculationCost()
223 case Instruction::Sub: in ComputeSpeculationCost()
224 case Instruction::LShr: in ComputeSpeculationCost()
225 case Instruction::AShr: in ComputeSpeculationCost()
226 case Instruction::Xor: in ComputeSpeculationCost()
227 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Cil/
H A DCilWorker.cs50 public Instruction Create (OpCode opcode) in Create()
173 public Instruction Create (OpCode opcode, Instruction label) in Create()
184 public Instruction Create (OpCode opcode, Instruction [] labels) in Create()
228 Instruction instr = Create (opcode); in Emit()
310 public Instruction Emit (OpCode opcode, Instruction target) in Emit()
317 public Instruction Emit (OpCode opcode, Instruction [] targets) in Emit()
338 public void InsertBefore (Instruction target, Instruction instr) in InsertBefore()
352 public void InsertAfter (Instruction target, Instruction instr) in InsertAfter()
366 public void Append (Instruction instr) in Append()
380 public void Replace (Instruction old, Instruction instr) in Replace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dimmediate_crash_unittest.cc37 using Instruction = uint8_t; typedef
44 constexpr Instruction kRet = 0xc3;
50 using Instruction = uint16_t; typedef
54 constexpr Instruction kRet = 0x4770;
60 using Instruction = uint32_t; typedef
66 enum : Instruction {
139 const Instruction* const start = static_cast<Instruction*>(std::min(a, b)); in GetTestFunctionInstructions()
140 const Instruction* const end = static_cast<Instruction*>(std::max(a, b)); in GetTestFunctionInstructions()
180 std::vector<Instruction> DropUntilMatch( in DropUntilMatch()
181 std::vector<Instruction> haystack, in DropUntilMatch()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.h67 struct Instruction;
704 void emit_op_add(Instruction*);
719 void emit_op_div(Instruction*);
720 void emit_op_end(Instruction*);
723 void emit_op_eq(Instruction*);
734 void emit_op_jmp(Instruction*);
741 void emit_op_jsr(Instruction*);
751 void emit_op_mod(Instruction*);
752 void emit_op_mov(Instruction*);
753 void emit_op_mul(Instruction*);
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.h67 struct Instruction;
704 void emit_op_add(Instruction*);
719 void emit_op_div(Instruction*);
720 void emit_op_end(Instruction*);
723 void emit_op_eq(Instruction*);
734 void emit_op_jmp(Instruction*);
741 void emit_op_jsr(Instruction*);
751 void emit_op_mod(Instruction*);
752 void emit_op_mov(Instruction*);
753 void emit_op_mul(Instruction*);
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.h67 struct Instruction;
704 void emit_op_add(Instruction*);
719 void emit_op_div(Instruction*);
720 void emit_op_end(Instruction*);
723 void emit_op_eq(Instruction*);
734 void emit_op_jmp(Instruction*);
741 void emit_op_jsr(Instruction*);
751 void emit_op_mod(Instruction*);
752 void emit_op_mov(Instruction*);
753 void emit_op_mul(Instruction*);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/gen/
H A Darm32_decode_baselines_2.cc33 defs(Instruction inst) const { in defs()
41 safety(Instruction inst) const { in safety()
65 uses(Instruction inst) const { in uses()
93 defs(Instruction inst) const { in defs()
125 uses(Instruction inst) const { in uses()
150 defs(Instruction inst) const { in defs()
177 uses(Instruction inst) const { in uses()
201 defs(Instruction inst) const { in defs()
228 uses(Instruction inst) const { in uses()
255 defs(Instruction inst) const { in defs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp97 case Instruction::Add: in binOpDescriptor()
98 case Instruction::Sub: in binOpDescriptor()
99 case Instruction::Mul: in binOpDescriptor()
100 case Instruction::SDiv: in binOpDescriptor()
101 case Instruction::UDiv: in binOpDescriptor()
102 case Instruction::SRem: in binOpDescriptor()
103 case Instruction::URem: in binOpDescriptor()
104 case Instruction::Shl: in binOpDescriptor()
107 case Instruction::And: in binOpDescriptor()
108 case Instruction::Or: in binOpDescriptor()
[all …]

12345678910>>...985