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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp157 void ExtendSetCCUses(SmallVector<SDNode*, 4> SetCCs,
4315 void DAGCombiner::ExtendSetCCUses(SmallVector<SDNode*, 4> SetCCs, argument
4319 for (unsigned i = 0, e = SetCCs.size(); i != e; ++i) {
4320 SDNode *SetCC = SetCCs[i];
4410 SmallVector<SDNode*, 4> SetCCs; local
4412 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
4425 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, N->getDebugLoc(),
4465 SmallVector<SDNode*, 4> SetCCs; local
4468 SetCCs, TLI);
4486 ExtendSetCCUses(SetCCs, Trun
4706 SmallVector<SDNode*, 4> SetCCs; local
4739 SmallVector<SDNode*, 4> SetCCs; local
4936 SmallVector<SDNode*, 4> SetCCs; local
[all...]

Completed in 161 milliseconds