Searched refs:expandCTTZ (Results 1 – 6 of 6) sorted by relevance
40 void expandCTTZ(MachineFunction &, MachineBasicBlock::iterator);108 void ARCExpandPseudos::expandCTTZ(MachineFunction &MF, in expandCTTZ() function in ARCExpandPseudos151 expandCTTZ(MF, MBBI); in runOnMachineFunction()
825 if (SDValue Expanded = TLI.expandCTTZ(Node, DAG)) { in Expand()
2710 if ((Tmp1 = TLI.expandCTTZ(Node, DAG))) in ExpandNode()
622 if (SDValue Result = TLI.expandCTTZ(N, DAG)) { in PromoteIntRes_CTTZ()
8482 SDValue TargetLowering::expandCTTZ(SDNode *Node, SelectionDAG &DAG) const { in expandCTTZ() function in TargetLowering
4960 SDValue expandCTTZ(SDNode *N, SelectionDAG &DAG) const;