Searched refs:StepVector (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 829 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 D | VPlanRecipes.cpp | 455 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 D | VPlan.h | 1014 StepVector, enumerator 1162 case VPInstruction::StepVector: in classof()
|
| H A D | VPlanTransforms.cpp | 2627 VPValue *Init = Builder.createNaryOp(VPInstruction::StepVector, {}, IVIntTy); in expandVPWidenIntOrFpInduction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 21686 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()
|