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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5778 // ExtendUsesToFormExtLoad - Trying to extend uses of a load to enable this:
5782 static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0, function
5901 if (!ExtendUsesToFormExtLoad(N, N0, N->getOpcode(), SetCCs, TLI))
6033 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
6091 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND,
6343 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI);
6393 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0),
6593 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ANY_EXTEND, SetCCs, TLI);

Completed in 74 milliseconds