Searched refs:DoXform (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 509 bool DoXform) { in transformZExtICmp() argument 520 if (!DoXform) return ICI; in transformZExtICmp() 555 if (!DoXform) return ICI; in transformZExtICmp() 606 if (!DoXform) return ICI; in transformZExtICmp()
|
D | InstCombineInternal.h | 384 bool DoXform = true);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5603 bool DoXform = true; in visitSIGN_EXTEND() local 5606 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI); in visitSIGN_EXTEND() 5608 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND() 5609 if (DoXform) { in visitSIGN_EXTEND() 5661 bool DoXform = true; in visitSIGN_EXTEND() local 5664 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND, in visitSIGN_EXTEND() 5666 if (DoXform) { in visitSIGN_EXTEND() 5899 bool DoXform = true; in visitZERO_EXTEND() local 5902 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI); in visitZERO_EXTEND() 5904 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND() [all …]
|