Home
last modified time | relevance | path

Searched refs:EVL1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3222 SDValue EVL1 = N->getOperand(4); in SplitVecRes_VP_SPLICE() local
3228 if (getTypeAction(EVL1.getValueType()) == TargetLowering::TypePromoteInteger) in SplitVecRes_VP_SPLICE()
3229 EVL1 = ZExtPromotedInteger(EVL1); in SplitVecRes_VP_SPLICE()
3248 SDValue StackPtr2 = TLI.getVectorElementPointer(DAG, StackPtr, VT, EVL1); in SplitVecRes_VP_SPLICE()
3252 DAG.getUNDEF(PtrVT), TrueMask, EVL1, in SplitVecRes_VP_SPLICE()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13338 SDValue EVL1 = Op.getOperand(4); in lowerVPSpliceExperimental() local
13359 DAG.getConstant(1, DL, XLenVT), EVL1); in lowerVPSpliceExperimental()
13362 DAG.getConstant(0, DL, XLenVT), EVL1); in lowerVPSpliceExperimental()
13364 SplatZeroOp1, DAG.getUNDEF(ContainerVT), EVL1); in lowerVPSpliceExperimental()
13388 if (!IsMaskVector && isNullConstant(Offset) && isOneConstant(EVL1)) in lowerVPSpliceExperimental()
13418 UpOffset = DAG.getNode(ISD::SUB, DL, XLenVT, EVL1, DownOffset); in lowerVPSpliceExperimental()
13423 DownOffset = DAG.getNode(ISD::SUB, DL, XLenVT, EVL1, UpOffset); in lowerVPSpliceExperimental()