Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp888 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs,
13869 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, in ExtendSetCCUses() argument
13874 for (SDNode *SetCC : SetCCs) { in ExtendSetCCUses()
13928 SmallVector<SDNode *, 4> SetCCs; in CombineExtLoad() local
13929 if (!ExtendUsesToFormExtLoad(DstVT, N, N0, N->getOpcode(), SetCCs, TLI)) in CombineExtLoad()
13984 ExtendSetCCUses(SetCCs, N0, NewValue, (ISD::NodeType)N->getOpcode()); in CombineExtLoad()
14030 SmallVector<SDNode*, 4> SetCCs; in CombineZExtLogicopShiftLoad() local
14032 ISD::ZERO_EXTEND, SetCCs, TLI)) in CombineZExtLogicopShiftLoad()
14049 ExtendSetCCUses(SetCCs, N1.getOperand(0), ExtLoad, ISD::ZERO_EXTEND); in CombineZExtLogicopShiftLoad()
14178 SmallVector<SDNode *, 4> SetCCs; in tryToFoldExtOfLoad() local
[all …]