Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5782 static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0, in ExtendUsesToFormExtLoad() function
5901 if (!ExtendUsesToFormExtLoad(N, N0, N->getOpcode(), SetCCs, TLI)) in CombineExtLoad()
6033 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI); in visitSIGN_EXTEND()
6091 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND, in visitSIGN_EXTEND()
6343 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI); in visitZERO_EXTEND()
6393 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), in visitZERO_EXTEND()
6593 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ANY_EXTEND, SetCCs, TLI); in visitANY_EXTEND()