Home
last modified time | relevance | path

Searched refs:expandCTPOP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp1424 return TLI.expandCTPOP(Op.getNode(), DAG); in LowerCTPOP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1080 if (SDValue Expanded = TLI.expandCTPOP(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3108 if ((Tmp1 = TLI.expandCTPOP(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp759 if (SDValue Result = TLI.expandCTPOP(N, DAG)) { in PromoteIntRes_CTPOP_PARITY()
H A DTargetLowering.cpp9235 SDValue TargetLowering::expandCTPOP(SDNode *Node, SelectionDAG &DAG) const { in expandCTPOP() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5489 SDValue expandCTPOP(SDNode *N, SelectionDAG &DAG) const;