Home
last modified time | relevance | path

Searched refs:Instruction (Results 251 – 275 of 32284) sorted by relevance

1...<<11121314151617181920>>...1292

/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DMozInstructions-vixl.cpp43 bool Instruction::IsBL() const { in IsBL()
48 bool Instruction::IsBR() const { in IsBR()
53 bool Instruction::IsBLR() const { in IsBLR()
58 bool Instruction::IsTBZ() const { in IsTBZ()
68 bool Instruction::IsCBZ() const { in IsCBZ()
78 bool Instruction::IsLDR() const { in IsLDR()
83 bool Instruction::IsNOP() const { in IsNOP()
93 bool Instruction::IsADR() const { in IsADR()
119 bool Instruction::IsTargetReachable(const Instruction* target) const { in IsTargetReachable()
181 const Instruction*
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DMozInstructions-vixl.cpp43 bool Instruction::IsBL() const { in IsBL()
48 bool Instruction::IsBR() const { in IsBR()
53 bool Instruction::IsBLR() const { in IsBLR()
58 bool Instruction::IsTBZ() const { in IsTBZ()
68 bool Instruction::IsCBZ() const { in IsCBZ()
78 bool Instruction::IsLDR() const { in IsLDR()
83 bool Instruction::IsNOP() const { in IsNOP()
93 bool Instruction::IsADR() const { in IsADR()
119 bool Instruction::IsTargetReachable(const Instruction* target) const { in IsTargetReachable()
181 const Instruction*
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp374 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
376 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
403 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
423 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
424 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { in getArithmeticInstrCost()
462 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
463 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
644 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
668 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
893 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/gen/
H A Darm32_decode_actuals_2.cc26 defs(Instruction inst) const { in defs()
33 safety(Instruction inst) const { in safety()
60 uses(Instruction inst) const { in uses()
77 defs(Instruction inst) const { in defs()
108 uses(Instruction inst) const { in uses()
125 defs(Instruction inst) const { in defs()
156 uses(Instruction inst) const { in uses()
170 defs(Instruction inst) const { in defs()
189 uses(Instruction inst) const { in uses()
205 defs(Instruction inst) const { in defs()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp413 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
415 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
439 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
450 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
460 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
491 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
714 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
983 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp413 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
415 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
439 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
450 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
460 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
491 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
714 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
983 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp413 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
415 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
439 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
450 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
460 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
491 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
714 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
983 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp414 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
416 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
439 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
440 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
451 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
461 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
492 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
514 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
715 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
984 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp413 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
415 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
439 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
450 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
460 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
491 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
714 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
983 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp413 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
415 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
438 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
439 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
450 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
460 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
491 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
513 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
714 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
983 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dinstruction.cpp47 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
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
137 Instruction& Instruction::operator=(Instruction&& that) { in operator =()
148 Instruction* Instruction::Clone(IRContext* c) const { in Clone()
149 Instruction* clone = new Instruction(c); in Clone()
224 Instruction* Instruction::GetBaseAddress() const { in GetBaseAddress()
526 void Instruction::UpdateDebugInfoFrom(const Instruction* from) { in UpdateDebugInfoFrom()
538 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& inst) { in InsertBefore()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp47 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
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
137 Instruction& Instruction::operator=(Instruction&& that) { in operator =()
148 Instruction* Instruction::Clone(IRContext* c) const { in Clone()
149 Instruction* clone = new Instruction(c); in Clone()
224 Instruction* Instruction::GetBaseAddress() const { in GetBaseAddress()
526 void Instruction::UpdateDebugInfoFrom(const Instruction* from) { in UpdateDebugInfoFrom()
538 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& inst) { in InsertBefore()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DHPACKConstants.h16 struct Instruction { struct
21 const Instruction INDEX_REF{0x80, 7}; argument
22 const Instruction LITERAL_INC_INDEX{0x40, 6};
23 const Instruction LITERAL{0x00, 4};
31 const Instruction Q_DUPLICATE{0x00, 5};
34 const Instruction Q_HEADER_ACK{0x80, 7};
35 const Instruction Q_CANCEL_STREAM{0x40, 6};
44 const Instruction Q_DELTA_BASE{0x00, 7};
47 const Instruction Q_INDEXED{0x80, 6};
48 const Instruction Q_INDEXED_POST{0x10, 4};
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
631 case Instruction::Call:
689 const Instruction *
700 const Instruction *
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
235 case Instruction::Invoke:
236 case Instruction::Resume:
247 case Instruction::CallBr:
607 case Instruction::Fence:
610 case Instruction::Call:
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
631 case Instruction::Call:
689 const Instruction *
700 const Instruction *
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
235 case Instruction::Invoke:
236 case Instruction::Resume:
614 case Instruction::Call:
663 const Instruction *
674 const Instruction *
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
235 case Instruction::Invoke:
236 case Instruction::Resume:
247 case Instruction::CallBr:
604 case Instruction::Fence:
607 case Instruction::Call:
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
631 case Instruction::Call:
689 const Instruction *
700 const Instruction *
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
629 case Instruction::Call:
687 const Instruction *
698 const Instruction *
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
631 case Instruction::Call:
689 const Instruction *
700 const Instruction *
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete;
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
235 case Instruction::Invoke:
236 case Instruction::Resume:
614 case Instruction::Call:
663 const Instruction *
674 const Instruction *
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DInstruction.h45 class Instruction : public User,
86 Instruction(const Instruction &) = delete; in classof()
87 Instruction &operator=(const Instruction &) = delete;
91 Instruction *user_back() { return cast<Instruction>(*user_begin());}
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
240 case Instruction::Invoke:
241 case Instruction::Resume:
631 case Instruction::Call:
689 const Instruction *
700 const Instruction *
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp111 case Instruction::FAdd: return Instruction::Add; in mapBinOpcode()
112 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode()
113 case Instruction::FMul: return Instruction::Mul; in mapBinOpcode()
129 case Instruction::FCmp: in findRoots()
215 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkBackwards()
289 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkForwards()
369 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform()
436 } else if (Instruction *VI = dyn_cast<Instruction>(V)) { in convert()
479 case Instruction::FNeg: in convert()
483 case Instruction::FAdd: in convert()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_dis.py966 Instruction = dis.Instruction variable
982Instruction(opname='BUILD_MAP', opcode=105, arg=0, argval=0, argrepr='', offset=28, starts_line=No…
986Instruction(opname='LOAD_FAST', opcode=124, arg=2, argval='f', argrepr='f', offset=36, starts_line…
1037Instruction(opname='LOAD_FAST', opcode=124, arg=0, argval='i', argrepr='i', offset=20, starts_line…
1042Instruction(opname='LOAD_FAST', opcode=124, arg=0, argval='i', argrepr='i', offset=30, starts_line…
1046Instruction(opname='POP_TOP', opcode=1, arg=None, argval=None, argrepr='', offset=38, starts_line=…
1053Instruction(opname='LOAD_FAST', opcode=124, arg=0, argval='i', argrepr='i', offset=52, starts_line…
1068Instruction(opname='LOAD_FAST', opcode=124, arg=0, argval='i', argrepr='i', offset=82, starts_line…
1099Instruction(opname='RERAISE', opcode=119, arg=0, argval=0, argrepr='', offset=144, starts_line=22,…
1116Instruction(opname='RERAISE', opcode=119, arg=1, argval=1, argrepr='', offset=178, starts_line=Non…
[all …]

1...<<11121314151617181920>>...1292