Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1148 return TLI.expandBSWAP(Node, DAG); in ExpandBSWAP()
1169 return TLI.expandBSWAP(Node, DAG); in ExpandBSWAP()
DLegalizeDAG.cpp2718 if ((Tmp1 = TLI.expandBSWAP(Node, DAG))) in ExpandNode()
DLegalizeIntegerTypes.cpp504 if (SDValue Res = TLI.expandBSWAP(N, DAG)) in PromoteIntRes_BSWAP()
DTargetLowering.cpp8609 SDValue TargetLowering::expandBSWAP(SDNode *N, SelectionDAG &DAG) const { in expandBSWAP() function in TargetLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h4980 SDValue expandBSWAP(SDNode *N, SelectionDAG &DAG) const;