Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp40 void expandCTTZ(MachineFunction &, MachineBasicBlock::iterator);
108 void ARCExpandPseudos::expandCTTZ(MachineFunction &MF, in expandCTTZ() function in ARCExpandPseudos
151 expandCTTZ(MF, MBBI); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp825 if (SDValue Expanded = TLI.expandCTTZ(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp2710 if ((Tmp1 = TLI.expandCTTZ(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp622 if (SDValue Result = TLI.expandCTTZ(N, DAG)) { in PromoteIntRes_CTTZ()
H A DTargetLowering.cpp8482 SDValue TargetLowering::expandCTTZ(SDNode *Node, SelectionDAG &DAG) const { in expandCTTZ() function in TargetLowering
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4960 SDValue expandCTTZ(SDNode *N, SelectionDAG &DAG) const;