Searched refs:SetCCs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 868 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, 13009 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, in ExtendSetCCUses() argument 13014 for (SDNode *SetCC : SetCCs) { in ExtendSetCCUses() 13068 SmallVector<SDNode *, 4> SetCCs; in CombineExtLoad() local 13069 if (!ExtendUsesToFormExtLoad(DstVT, N, N0, N->getOpcode(), SetCCs, TLI)) in CombineExtLoad() 13124 ExtendSetCCUses(SetCCs, N0, NewValue, (ISD::NodeType)N->getOpcode()); in CombineExtLoad() 13170 SmallVector<SDNode*, 4> SetCCs; in CombineZExtLogicopShiftLoad() local 13172 ISD::ZERO_EXTEND, SetCCs, TLI)) in CombineZExtLogicopShiftLoad() 13189 ExtendSetCCUses(SetCCs, N1.getOperand(0), ExtLoad, ISD::ZERO_EXTEND); in CombineZExtLogicopShiftLoad() 13318 SmallVector<SDNode *, 4> SetCCs; in tryToFoldExtOfLoad() local [all …]
|