Searched refs:getStep (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 730 template <typename T> T getStep (void); 731 template <> inline float getStep (void) { return 0.25f; } in getStep() function 732 template <> inline int getStep (void) { return 1; } in getStep() function 742 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 763 aMax = rMin - getStep<T>(); in operator ()() 798 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 830 aMin = rMax + getStep<T>(); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 96 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 282 const SCEV *getStep() const { return Step; } in getStep() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 645 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement() 648 Value *IncStep = Inc->getStep(); in lowerIncrement() 650 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 211 const SCEV *Step = IndDesc.getStep(); in getBounds() 361 return SE.isLoopInvariant(IndDesc.getStep(), this); in isAuxiliaryInductionVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1833 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) && in widenIntOrFpInduction() 1839 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), in widenIntOrFpInduction() 1842 Step = cast<SCEVUnknown>(ID.getStep())->getValue(); in widenIntOrFpInduction() 2828 auto Step = ID.getStep(); in emitTransformedIndex() 3054 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton() 3180 !II.getStep()->getType()->isIntegerTy() in fixupIVUsers() 3182 II.getStep()->getType()) in fixupIVUsers() 3183 : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType()); in fixupIVUsers() 4166 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 819 Value *getStep() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 159 const SCEV *getStep() const { return Step; } in getStep() function in __anon8f81a5ed0111::InductiveRangeCheck 1607 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
|