Home
last modified time | relevance | path

Searched refs:Instruction (Results 201 – 225 of 29596) sorted by relevance

12345678910>>...1184

/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/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/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DInstruction.h44 class Instruction : public User,
59 Instruction(const Instruction &) = delete;
60 Instruction &operator=(const Instruction &) = delete;
64 Instruction *user_back() { return cast<Instruction>(*user_begin());}
65 const Instruction *user_back() const { return cast<Instruction>(*user_begin());}
198 case Instruction::Invoke:
199 case Instruction::Resume:
547 case Instruction::Fence:
550 case Instruction::Call:
551 case Instruction::Invoke:
[all …]
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/shaders/h264/mc/
H A DAllAVC_Build.inc50 INTRA_16x16_ENTRY/INSTFACTOR // Instruction offset to 'Intra_16x16'
51 INTRA_8x8_ENTRY/INSTFACTOR // Instruction offset to 'Intra_8x8'
52 INTRA_4x4_ENTRY/INSTFACTOR // Instruction offset to 'Intra_4x4'
53 INTRA_PCM_ENTRY/INSTFACTOR // Instruction offset to 'Intra_PCM'
54 FRAME_MB_ENTRY/INSTFACTOR // Instruction offset to 'FrameMB_Motion'
56 MBAFF_MB_ENTRY/INSTFACTOR // Instruction offset to 'MBAff_Motion'
58 SCOREBOARD_ENTRY/INSTFACTOR // Instruction offset to 'scoreboard'
78 BSDRESET_ENTRY/INSTFACTOR // Instruction offset to 'BSDReset'
81 // 0 // Instruction offset to Intra_4x4_luma_prediction_mode_0
91 // 0 // Instruction offset to Intra_8x8_luma_prediction_mode_0
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp216 case Instruction::Add: in ComputeSpeculationCost()
217 case Instruction::Mul: in ComputeSpeculationCost()
218 case Instruction::And: in ComputeSpeculationCost()
219 case Instruction::Or: in ComputeSpeculationCost()
221 case Instruction::Shl: in ComputeSpeculationCost()
222 case Instruction::Sub: in ComputeSpeculationCost()
223 case Instruction::LShr: in ComputeSpeculationCost()
224 case Instruction::AShr: in ComputeSpeculationCost()
225 case Instruction::Xor: in ComputeSpeculationCost()
226 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp216 case Instruction::Add: in ComputeSpeculationCost()
217 case Instruction::Mul: in ComputeSpeculationCost()
218 case Instruction::And: in ComputeSpeculationCost()
219 case Instruction::Or: in ComputeSpeculationCost()
221 case Instruction::Shl: in ComputeSpeculationCost()
222 case Instruction::Sub: in ComputeSpeculationCost()
223 case Instruction::LShr: in ComputeSpeculationCost()
224 case Instruction::AShr: in ComputeSpeculationCost()
225 case Instruction::Xor: in ComputeSpeculationCost()
226 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp216 case Instruction::Add: in ComputeSpeculationCost()
217 case Instruction::Mul: in ComputeSpeculationCost()
218 case Instruction::And: in ComputeSpeculationCost()
219 case Instruction::Or: in ComputeSpeculationCost()
221 case Instruction::Shl: in ComputeSpeculationCost()
222 case Instruction::Sub: in ComputeSpeculationCost()
223 case Instruction::LShr: in ComputeSpeculationCost()
224 case Instruction::AShr: in ComputeSpeculationCost()
225 case Instruction::Xor: in ComputeSpeculationCost()
226 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp215 case Instruction::Add: in ComputeSpeculationCost()
216 case Instruction::Mul: in ComputeSpeculationCost()
217 case Instruction::And: in ComputeSpeculationCost()
218 case Instruction::Or: in ComputeSpeculationCost()
220 case Instruction::Shl: in ComputeSpeculationCost()
221 case Instruction::Sub: in ComputeSpeculationCost()
222 case Instruction::LShr: in ComputeSpeculationCost()
223 case Instruction::AShr: in ComputeSpeculationCost()
224 case Instruction::Xor: in ComputeSpeculationCost()
225 case Instruction::ZExt: in ComputeSpeculationCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp405 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
407 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
430 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
431 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
442 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
452 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
483 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
503 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
959 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp405 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
407 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
430 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
431 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
442 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
452 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
483 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
503 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
959 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp405 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; in getArithmeticInstrCost()
407 Opcode == Instruction::UDiv || Opcode == Instruction::URem; in getArithmeticInstrCost()
430 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
431 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
442 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
452 if (const Instruction *I = dyn_cast<Instruction>(A)) in getArithmeticInstrCost()
483 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || in getArithmeticInstrCost()
503 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || in getArithmeticInstrCost()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
959 const Instruction *UserI = cast<Instruction>(*Ld->user_begin()); in isFoldableLoad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
204 const Instruction* inst);
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
207 const Instruction* inst);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
204 const Instruction* inst);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
207 const Instruction* inst);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
204 const Instruction* inst);
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
207 const Instruction* inst);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate.h32 class Instruction; variable
54 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst);
94 spv_result_t MemoryPass(ValidationState_t& _, const Instruction* inst);
118 spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
124 spv_result_t IdPass(ValidationState_t& _, Instruction* inst);
137 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst);
161 spv_result_t ImagePass(ValidationState_t& _, const Instruction* inst);
182 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
198 spv_result_t MiscPass(ValidationState_t& _, const Instruction* inst);
207 const Instruction* inst);
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/frv/
H A Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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:
606 case Instruction::Fence:
609 case Instruction::Call:
[all …]

12345678910>>...1184