Searched refs:StepType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 19 enum StepType { enum
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 328 StepType step_type, in CommandObjectThreadStepWithTypeAndScope() 601 StepType m_step_type;
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3363 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/ |
D | LoopVectorize.cpp | 3054 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()
|