Home
last modified time | relevance | path

Searched refs:ValueOp (Results 1 – 25 of 40) sorted by relevance

12

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DStatistics.h86 template<typename IterT, typename ValueOp>
88 extrema(const IterT& iter, const ValueOp& op, bool threaded);
119 template<typename IterT, typename ValueOp>
247 template<typename IterT, typename ValueOp, typename StatsT>
250 StatsOp(const ValueOp& op): getValue(op) {}
259 ValueOp getValue;
265 template<typename IterT, typename ValueOp>
279 ValueOp getValue;
346 ValueOp valOp;
368 template<typename IterT, typename ValueOp>
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DChangeBrushFaceAttributesRequest.h48 } ValueOp; typedef
69 ValueOp m_xOffsetOp;
70 ValueOp m_yOffsetOp;
71 ValueOp m_rotationOp;
72 ValueOp m_xScaleOp;
73 ValueOp m_yScaleOp;
76 ValueOp m_surfaceValueOp;
H A DChangeBrushFaceAttributesRequest.cpp29 …teValueOp(const T oldValue, const T newValue, const ChangeBrushFaceAttributesRequest::ValueOp op) { in evaluateValueOp()
98 …ueOp(ChangeBrushFaceAttributesRequest::ValueOp& myOp, T& myValue, const ChangeBrushFaceAttributesR… in collateValueOp()
462 float newXOffset = m_xOffset; ValueOp newXOffsetOp = m_xOffsetOp; in collateWith()
463 float newYOffset = m_yOffset; ValueOp newYOffsetOp = m_yOffsetOp; in collateWith()
464 float newRotation = m_rotation; ValueOp newRotationOp = m_rotationOp; in collateWith()
465 float newXScale = m_xScale; ValueOp newXScaleOp = m_xScaleOp; in collateWith()
466 float newYScale = m_yScale; ValueOp newYScaleOp = m_yScaleOp; in collateWith()
470 float newSurfaceValue = m_surfaceValue; ValueOp newSurfaceValueOp = m_surfaceValueOp; in collateWith()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXLoadStoreLowering.cpp530 Value *ValueOp = StI.getValueOperand(); in splatStoreIfNeeded() local
531 Type *ValueOpTy = ValueOp->getType(); in splatStoreIfNeeded()
533 ValueOp = Builder.CreateVectorSplat(1, ValueOp); in splatStoreIfNeeded()
534 ValueOpTy = ValueOp->getType(); in splatStoreIfNeeded()
541 return ValueOp; in splatStoreIfNeeded()
547 Value *ValueOp = splatStoreIfNeeded(StI, Builder); in visitStoreInst() local
549 Type *ValueOpTy = ValueOp->getType(); in visitStoreInst()
552 NormalizeVector(ValueOp, ValueOpTy, &StI, Builder); in visitStoreInst()
H A DGenXThreadPrivateMemory.cpp680 Value *ValueOp = StI->getValueOperand(); in replaceStore() local
681 Type *ValueOpTy = ValueOp->getType(); in replaceStore()
683 ValueOp = Builder.CreateVectorSplat(1, ValueOp); in replaceStore()
684 ValueOpTy = ValueOp->getType(); in replaceStore()
692 std::tie(ValueOp, ValueEltSz) = NormalizeVector(ValueOp, ValueOpTy, StI); in replaceStore()
718 ValueOp->getType()}); in replaceStore()
731 EltsOffset, ValueOp}, in replaceStore()
870 Value *ValueOp = CI->getArgOperand(3); in replaceScatterPrivate() local
871 Type *OrigValueTy = ValueOp->getType(); in replaceScatterPrivate()
874 std::tie(ValueOp, EltSz) = NormalizeVector(ValueOp, ValueOp->getType(), CI); in replaceScatterPrivate()
[all …]
H A DGenXPromoteArray.cpp251 Value *ValueOp = StI->getValueOperand(); in replaceSingleAggrStore() local
254 Value *ValToStore = Builder.CreateExtractValue(ValueOp, 0); in replaceSingleAggrStore()
255 ValToStore->setName(ValueOp->getName() + ".noAggr"); in replaceSingleAggrStore()
268 Value *ValueOp = StI->getValueOperand(); in replaceAggregatedStore() local
269 Type *ValueOpTy = ValueOp->getType(); in replaceAggregatedStore()
299 auto *Val = Builder.CreateExtractValue(ValueOp, i); in replaceAggregatedStore()
300 Val->setName(ValueOp->getName() + ".noAggr"); in replaceAggregatedStore()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DPatternMatch.h1209 ValueOp_t ValueOp;
1214 ValueOp(ValueOpMatch), PointerOp(PointerOpMatch) {}
1218 return ValueOp.match(LI->getValueOperand()) &&
1227 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) {
1228 return StoreClass_match<ValueOpTy, PointerOpTy>(ValueOp, PointerOp);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp728 Value *findLeaderForInst(Instruction *ValueOp,
2715 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2717 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2720 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2743 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2745 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp725 Value *findLeaderForInst(Instruction *ValueOp,
2761 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2763 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2766 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2789 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2734 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2736 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2739 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2762 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp727 Value *findLeaderForInst(Instruction *ValueOp,
2765 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2767 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2770 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2793 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2795 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp725 Value *findLeaderForInst(Instruction *ValueOp,
2761 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2763 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2766 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2789 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2734 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2736 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2739 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2762 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp728 Value *findLeaderForInst(Instruction *ValueOp,
2699 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2701 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2704 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2727 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2729 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp727 Value *findLeaderForInst(Instruction *ValueOp,
2764 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2766 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2769 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2792 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2794 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2734 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2736 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2739 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2762 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp725 Value *findLeaderForInst(Instruction *ValueOp,
2761 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2763 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2766 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2789 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2735 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2737 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2740 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2763 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2765 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2734 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2736 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2739 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2762 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp728 Value *findLeaderForInst(Instruction *ValueOp,
2699 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2701 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2704 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2727 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2729 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp765 Value *findLeaderForInst(Instruction *ValueOp,
2734 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2736 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2739 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2762 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp722 Value *findLeaderForInst(Instruction *ValueOp,
2757 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2759 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2762 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2785 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2787 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp723 Value *findLeaderForInst(Instruction *ValueOp,
2786 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2788 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2791 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2814 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2816 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp723 Value *findLeaderForInst(Instruction *ValueOp,
2783 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2785 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2788 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2811 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2813 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DPatternMatch.h1127 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument
1128 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()

12