Home
last modified time | relevance | path

Searched refs:AVGCEILS (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h648 AVGCEILS, enumerator
H A DTargetLowering.h2633 case ISD::AVGCEILS: in isCommutativeBinOp()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp236 case ISD::AVGCEILS: return "avgceils"; in getOperationName()
H A DLegalizeVectorTypes.cpp3725 case ISD::AVGCEILS: in WidenVectorResult()
H A DTargetLowering.cpp1030 unsigned AVGOpc = IsCeil ? (IsSigned ? ISD::AVGCEILS : ISD::AVGCEILU) in combineShiftToAVG()
H A DSelectionDAG.cpp5495 case ISD::AVGCEILS: { in FoldValue()
H A DDAGCombiner.cpp1706 case ISD::AVGCEILS: in visit()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp829 {ISD::AVGFLOORS, ISD::AVGFLOORU, ISD::AVGCEILS, ISD::AVGCEILU}, VT, in initActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td380 def avgceils : SDNode<"ISD::AVGCEILS" , SDTIntBinOp, [SDNPCommutative]>;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1048 setOperationAction(ISD::AVGCEILS, VT, Legal); in AArch64TargetLowering()
4805 ? (IsRoundingAdd ? ISD::AVGCEILS : ISD::AVGFLOORS) in LowerINTRINSIC_WO_CHAIN()
15272 (N0Opc == ISD::AVGCEILU || N0Opc == ISD::AVGCEILS || in performConcatVectorsCombine()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp278 setOperationAction(ISD::AVGCEILS, VT, Legal); in addMVEVectorTypes()
15413 case ISD::AVGCEILS: in FlattenVectorShuffle()