Home
last modified time | relevance | path

Searched refs:StepVector (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp829 auto StepVector = buildInstr(TargetOpcode::G_STEP_VECTOR); in buildStepVector() local
830 StepVector->setDebugLoc(DebugLoc()); in buildStepVector()
831 Res.addDefToMIB(*getMRI(), StepVector); in buildStepVector()
832 StepVector.addCImm(CI); in buildStepVector()
833 return StepVector; in buildStepVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp455 case VPInstruction::StepVector: in getNumOperandsForOpcode()
1053 case VPInstruction::StepVector: in opcodeMayReadOrWriteFromMemory()
1227 case VPInstruction::StepVector: { in execute()
1228 Value *StepVector = in execute() local
1230 State.set(this, StepVector); in execute()
1250 case VPInstruction::StepVector: in print()
H A DVPlan.h1014 StepVector, enumerator
1162 case VPInstruction::StepVector: in classof()
H A DVPlanTransforms.cpp2627 VPValue *Init = Builder.createNaryOp(VPInstruction::StepVector, {}, IVIntTy); in expandVPWidenIntOrFpInduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21686 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex() local
21688 SDValue Mul = DAG.getNode(ISD::MUL, DL, N->getValueType(0), StepVector, Step); in LowerSVEIntrinsicIndex()