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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp141 void ExtendSetCCUses(SmallVector<SDNode*, 4> SetCCs,
3928 void DAGCombiner::ExtendSetCCUses(SmallVector<SDNode*, 4> SetCCs, argument
3932 for (unsigned i = 0, e = SetCCs.size(); i != e; ++i) {
3933 SDNode *SetCC = SetCCs[i];
4023 SmallVector<SDNode*, 4> SetCCs; local
4025 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
4038 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, N->getDebugLoc(),
4078 SmallVector<SDNode*, 4> SetCCs; local
4081 SetCCs, TLI);
4099 ExtendSetCCUses(SetCCs, Trun
4248 SmallVector<SDNode*, 4> SetCCs; local
4281 SmallVector<SDNode*, 4> SetCCs; local
4478 SmallVector<SDNode*, 4> SetCCs; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp215 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, SDValue Trunc,
5897 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, argument
5901 for (unsigned i = 0, e = SetCCs.size(); i != e; ++i) {
5902 SDNode *SetCC = SetCCs[i];
5955 SmallVector<SDNode *, 4> SetCCs;
5956 if (!ExtendUsesToFormExtLoad(N, N0, N->getOpcode(), SetCCs, TLI))
6009 ExtendSetCCUses(SetCCs, Trunc, NewValue, DL,
6086 SmallVector<SDNode*, 4> SetCCs; local
6088 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
6101 ExtendSetCCUses(SetCCs, Trun
6144 SmallVector<SDNode*, 4> SetCCs; local
6396 SmallVector<SDNode*, 4> SetCCs; local
6436 SmallVector<SDNode*, 4> SetCCs; local
6638 SmallVector<SDNode*, 4> SetCCs; local
[all...]

Completed in 96 milliseconds