Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h19 enum StepType { enum
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp329 StepType step_type, in CommandObjectThreadStepWithTypeAndScope()
590 StepType m_step_type;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2310 Type *StepType = Step->getType(); in createVectorIntOrFpInductionPHI() local
2312 StepType = IntegerType::get(StepType->getContext(), in createVectorIntOrFpInductionPHI()
2313 StepType->getScalarSizeInBits()); in createVectorIntOrFpInductionPHI()
2314 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI()
3559 Type *StepType = II.getStep()->getType(); in createInductionResumeValues() local
3561 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3562 Value *CRD = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.crd"); in createInductionResumeValues()
3571 StepType, true); in createInductionResumeValues()
3573 B.CreateCast(CastOp, AdditionalBypass.second, StepType, "cast.crd"); in createInductionResumeValues()