Searched refs:AVGCEILS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 662 AVGCEILS, enumerator
|
| H A D | TargetLowering.h | 2797 case ISD::AVGCEILS: in isCommutativeBinOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 244 case ISD::AVGCEILS: return "avgceils"; in getOperationName()
|
| H A D | LegalizeVectorTypes.cpp | 4153 case ISD::AVGCEILS: in WidenVectorResult()
|
| H A D | SelectionDAG.cpp | 5970 case ISD::AVGCEILS: { in FoldValue()
|
| H A D | TargetLowering.cpp | 1039 unsigned AVGOpc = IsCeil ? (IsSigned ? ISD::AVGCEILS : ISD::AVGCEILU) in combineShiftToAVG()
|
| H A D | DAGCombiner.cpp | 1956 case ISD::AVGCEILS: in visit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 865 {ISD::AVGFLOORS, ISD::AVGFLOORU, ISD::AVGCEILS, ISD::AVGCEILU}, VT, in initActions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 395 def avgceils : SDNode<"ISD::AVGCEILS" , SDTIntBinOp, [SDNPCommutative]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1177 setOperationAction(ISD::AVGCEILS, VT, Legal); in AArch64TargetLowering() 1356 setOperationAction(ISD::AVGCEILS, VT, Custom); in AArch64TargetLowering() 5449 ? (IsRoundingAdd ? ISD::AVGCEILS : ISD::AVGFLOORS) in LowerINTRINSIC_WO_CHAIN() 6368 case ISD::AVGCEILS: in LowerOperation() 14412 (Op->getOpcode() == ISD::AVGCEILS || Op->getOpcode() == ISD::AVGCEILU); in LowerAVG() 14414 (Op->getOpcode() == ISD::AVGFLOORS || Op->getOpcode() == ISD::AVGCEILS); in LowerAVG() 18239 (N0Opc == ISD::AVGCEILU || N0Opc == ISD::AVGCEILS || in performConcatVectorsCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 279 setOperationAction(ISD::AVGCEILS, VT, Legal); in addMVEVectorTypes()
|