Home
last modified time | relevance | path

Searched refs:expandBITREVERSE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1360 Results.push_back(TLI.expandBITREVERSE(Node, DAG)); in ExpandBITREVERSE()
1403 Results.push_back(TLI.expandBITREVERSE(Node, DAG)); in ExpandBITREVERSE()
H A DLegalizeDAG.cpp3092 if ((Tmp1 = TLI.expandBITREVERSE(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp610 if (SDValue Res = TLI.expandBITREVERSE(N, DAG)) in PromoteIntRes_BITREVERSE()
H A DTargetLowering.cpp9495 SDValue TargetLowering::expandBITREVERSE(SDNode *N, SelectionDAG &DAG) const { in expandBITREVERSE() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5378 SDValue expandBITREVERSE(SDNode *N, SelectionDAG &DAG) const;