Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1327 return TLI.expandBSWAP(Node, DAG); in ExpandBSWAP()
1348 return TLI.expandBSWAP(Node, DAG); in ExpandBSWAP()
H A DLegalizeDAG.cpp3096 if ((Tmp1 = TLI.expandBSWAP(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp582 if (SDValue Res = TLI.expandBSWAP(N, DAG)) in PromoteIntRes_BSWAP()
H A DTargetLowering.cpp9361 SDValue TargetLowering::expandBSWAP(SDNode *N, SelectionDAG &DAG) const { in expandBSWAP() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5367 SDValue expandBSWAP(SDNode *N, SelectionDAG &DAG) const;