Searched defs:SetCCs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp191 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs,
4917 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, argument
4921 for (unsigned i = 0, e = SetCCs.size(); i != e; ++i) {
4922 SDNode *SetCC = SetCCs[i];
5012 SmallVector<SDNode*, 4> SetCCs; local
5014 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
5025 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, SDLoc(N),
5063 SmallVector<SDNode*, 4> SetCCs; local
5066 SetCCs, TLI);
5081 ExtendSetCCUses(SetCCs, Trun
5306 SmallVector<SDNode*, 4> SetCCs; local
5337 SmallVector<SDNode*, 4> SetCCs; local
5534 SmallVector<SDNode*, 4> SetCCs; local
[all...]

Completed in 240 milliseconds