Home
last modified time | relevance | path

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

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