Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp813 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs,
11925 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, in ExtendSetCCUses() argument
11930 for (SDNode *SetCC : SetCCs) { in ExtendSetCCUses()
11984 SmallVector<SDNode *, 4> SetCCs; in CombineExtLoad() local
11985 if (!ExtendUsesToFormExtLoad(DstVT, N, N0, N->getOpcode(), SetCCs, TLI)) in CombineExtLoad()
12040 ExtendSetCCUses(SetCCs, N0, NewValue, (ISD::NodeType)N->getOpcode()); in CombineExtLoad()
12087 SmallVector<SDNode*, 4> SetCCs; in CombineZExtLogicopShiftLoad() local
12089 ISD::ZERO_EXTEND, SetCCs, TLI)) in CombineZExtLogicopShiftLoad()
12106 ExtendSetCCUses(SetCCs, N1.getOperand(0), ExtLoad, ISD::ZERO_EXTEND); in CombineZExtLogicopShiftLoad()
12216 SmallVector<SDNode *, 4> SetCCs; in tryToFoldExtOfLoad() local
[all …]