Home
last modified time | relevance | path

Searched refs:StepType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h19 enum StepType { enum
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp328 StepType step_type, in CommandObjectThreadStepWithTypeAndScope()
601 StepType m_step_type;
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3363 Type *StepType = II.getStep()->getType(); in createInductionResumeValues() local
3365 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3366 Value *CRD = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.crd"); in createInductionResumeValues()
3375 StepType, true); in createInductionResumeValues()
3377 B.CreateCast(CastOp, AdditionalBypass.second, StepType, "cast.crd"); in createInductionResumeValues()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3054 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton() local
3056 CastInst::getCastOpcode(CountRoundDown, true, StepType, true); in createVectorizedLoopSkeleton()
3057 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton()