Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp795 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs,
10543 for (SDNode *SetCC : SetCCs) { in ExtendSetCCUses()
10597 SmallVector<SDNode *, 4> SetCCs; in CombineExtLoad() local
10700 SmallVector<SDNode*, 4> SetCCs; in CombineZExtLogicopShiftLoad() local
10702 ISD::ZERO_EXTEND, SetCCs, TLI)) in CombineZExtLogicopShiftLoad()
10826 SmallVector<SDNode *, 4> SetCCs; in tryToFoldExtOfLoad() local
10838 Combiner.ExtendSetCCUses(SetCCs, N0, ExtLoad, ExtOpc); in tryToFoldExtOfLoad()
11134 SmallVector<SDNode*, 4> SetCCs; in visitSIGN_EXTEND() local
11404 SmallVector<SDNode*, 4> SetCCs; in visitZERO_EXTEND() local
11605 SmallVector<SDNode *, 4> SetCCs; in visitANY_EXTEND() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5824 SmallVector<SDNode *, 4> SetCCs; in performANY_EXTENDCombine() local
5835 SetCCs.push_back(User); in performANY_EXTENDCombine()
5843 if (SetCCs.empty()) in performANY_EXTENDCombine()
5851 for (SDNode *SetCC : SetCCs) { in performANY_EXTENDCombine()