Home
last modified time | relevance | path

Searched refs:Instruction (Results 176 – 200 of 28188) sorted by relevance

12345678910>>...1128

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstruction.h43 class Instruction : public User,
58 Instruction(const Instruction &) = delete;
59 Instruction &operator=(const Instruction &) = delete;
63 Instruction *user_back() { return cast<Instruction>(*user_begin());}
64 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
200 case Instruction::Invoke:
201 case Instruction::Resume:
212 case Instruction::CallBr:
567 case Instruction::Fence:
570 case Instruction::Call:
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h43 class Instruction : public User,
58 Instruction(const Instruction &) = delete;
59 Instruction &operator=(const Instruction &) = delete;
63 Instruction *user_back() { return cast<Instruction>(*user_begin());}
64 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
200 case Instruction::Invoke:
201 case Instruction::Resume:
212 case Instruction::CallBr:
567 case Instruction::Fence:
570 case Instruction::Call:
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DInstruction.h43 class Instruction : public User,
58 Instruction(const Instruction &) = delete;
59 Instruction &operator=(const Instruction &) = delete;
63 Instruction *user_back() { return cast<Instruction>(*user_begin());}
64 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
200 case Instruction::Invoke:
201 case Instruction::Resume:
212 case Instruction::CallBr:
557 case Instruction::Fence:
560 case Instruction::Call:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/gen/
H A Darm32_decode_baselines_3.cc89 defs(Instruction inst) const { in defs()
102 safety(Instruction inst) const { in safety()
177 Instruction inst) const { in base_address_register_writeback_small_immediate()
191 uses(Instruction inst) const { in uses()
287 defs(Instruction inst) const { in defs()
333 Instruction inst) const { in base_address_register_writeback_small_immediate()
347 uses(Instruction inst) const { in uses()
469 defs(Instruction inst) const { in defs()
550 uses(Instruction inst) const { in uses()
652 defs(Instruction inst) const { in defs()
[all …]
H A Darm32_decode_baselines_1.cc36 defs(Instruction inst) const { in defs()
50 safety(Instruction inst) const { in safety()
71 uses(Instruction inst) const { in uses()
107 defs(Instruction inst) const { in defs()
120 safety(Instruction inst) const { in safety()
141 uses(Instruction inst) const { in uses()
178 defs(Instruction inst) const { in defs()
214 uses(Instruction inst) const { in uses()
247 defs(Instruction inst) const { in defs()
290 uses(Instruction inst) const { in uses()
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A Darm32Semantics.hpp138 void nf_s(triton::arch::Instruction& inst,
144 void zf_s(triton::arch::Instruction& inst,
152 void cfAdd_s(triton::arch::Instruction& inst,
160 void cfSub_s(triton::arch::Instruction& inst,
262 void adc_s(triton::arch::Instruction& inst);
265 void add_s(triton::arch::Instruction& inst);
268 void and_s(triton::arch::Instruction& inst);
271 void asr_s(triton::arch::Instruction& inst);
274 void b_s(triton::arch::Instruction& inst);
277 void bic_s(triton::arch::Instruction& inst);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp352 if ((Opcode == Instruction::SDiv || Opcode == Instruction::UDiv) && in ginPlaceToPage()
377 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in ginPlaceToPage()
389 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in ginPlaceToPage()
390 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { in ginPlaceToPage()
427 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in ginPlaceToPage()
428 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in ginPlaceToPage()
435 if (Opcode == Instruction::LShr || Opcode == Instruction::AShr) in ginPlaceToPage()
452 if ((Opcode == Instruction::SDiv || Opcode == Instruction::SRem)) in ginPlaceToPage()
456 if (Opcode == Instruction::UDiv || Opcode == Instruction::URem) in ginPlaceToPage()
623 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp76 static Instruction *
88 case Instruction::Add: in createReplacementInstr()
89 case Instruction::Sub: in createReplacementInstr()
90 case Instruction::Mul: in createReplacementInstr()
91 case Instruction::UDiv: in createReplacementInstr()
97 case Instruction::Shl: in createReplacementInstr()
100 case Instruction::And: in createReplacementInstr()
101 case Instruction::Or: in createReplacementInstr()
102 case Instruction::Xor: in createReplacementInstr()
145 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp77 static Instruction *
89 case Instruction::Add: in createReplacementInstr()
90 case Instruction::Sub: in createReplacementInstr()
91 case Instruction::Mul: in createReplacementInstr()
92 case Instruction::UDiv: in createReplacementInstr()
98 case Instruction::Shl: in createReplacementInstr()
101 case Instruction::And: in createReplacementInstr()
102 case Instruction::Or: in createReplacementInstr()
103 case Instruction::Xor: in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DNoFolder.h174 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
183 Instruction *CreateNeg(Constant *C,
191 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg()
195 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg()
199 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg()
203 Instruction *CreateNot(Constant *C) const { in CreateNot()
250 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
296 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp()
301 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp()
310 Instruction *CreateSelect(Constant *C, in CreateSelect()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DNoFolder.h174 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
183 Instruction *CreateNeg(Constant *C,
191 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg()
195 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg()
199 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg()
203 Instruction *CreateNot(Constant *C) const { in CreateNot()
250 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
296 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp()
301 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp()
310 Instruction *CreateSelect(Constant *C, in CreateSelect()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A 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
99 Instruction& Instruction::operator=(Instruction&& that) { in operator =()
109 Instruction* Instruction::Clone(IRContext* c) const { in Clone()
110 Instruction* clone = new Instruction(c); in Clone()
157 Instruction* Instruction::GetBaseAddress() const { in GetBaseAddress()
375 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& i) { in InsertBefore()
[all …]
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A 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
99 Instruction& Instruction::operator=(Instruction&& that) { in operator =()
109 Instruction* Instruction::Clone(IRContext* c) const { in Clone()
110 Instruction* clone = new Instruction(c); in Clone()
157 Instruction* Instruction::GetBaseAddress() const { in GetBaseAddress()
375 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& i) { in InsertBefore()
[all …]
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h82 std::unique_ptr<Instruction> newUnOp(new Instruction( in AddUnaryOp()
97 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddBinaryOp()
113 std::unique_ptr<Instruction> newTernOp(new Instruction( in AddTernaryOp()
131 std::unique_ptr<Instruction> newQuadOp(new Instruction( in AddQuadOp()
149 std::unique_ptr<Instruction> newBinOp(new Instruction( in AddIdLiteralOp()
168 std::unique_ptr<Instruction> new_inst(new Instruction(
205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
296 std::unique_ptr<Instruction> inst(new Instruction( in AddIAdd()
310 std::unique_ptr<Instruction> inst(new Instruction( in AddULessThan()
324 std::unique_ptr<Instruction> inst(new Instruction( in AddSLessThan()
[all …]

12345678910>>...1128