Searched refs:StepType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 19 enum StepType { enum
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 365 StepType step_type, in CommandObjectThreadStepWithTypeAndScope() 626 StepType m_step_type;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3136 Type *StepType = II.getStep()->getType(); in createInductionResumeValues() local 3138 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues() 3139 Value *VTC = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.vtc"); in createInductionResumeValues() 3149 StepType, true); in createInductionResumeValues() 3153 B.CreateCast(CastOp, AdditionalBypass.second, StepType, "cast.vtc"); in createInductionResumeValues() 9287 Type *StepType = Step->getType(); in execute() local 9290 RuntimeVF = getRuntimeVFAsFloat(Builder, StepType, State.VF); in execute() 9292 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute()
|