Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp504 bool DoXform) { in transformZExtICmp() argument
515 if (!DoXform) return ICI; in transformZExtICmp()
553 if (!DoXform) return ICI; in transformZExtICmp()
605 if (!DoXform) return ICI; in transformZExtICmp()
DInstCombine.h222 bool DoXform = true);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp584 bool DoXform) { in transformZExtICmp() argument
595 if (!DoXform) return ICI; in transformZExtICmp()
630 if (!DoXform) return ICI; in transformZExtICmp()
681 if (!DoXform) return ICI; in transformZExtICmp()
DInstCombineInternal.h389 bool DoXform = true);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4022 bool DoXform = true; in visitSIGN_EXTEND() local
4025 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI); in visitSIGN_EXTEND()
4026 if (DoXform) { in visitSIGN_EXTEND()
4077 bool DoXform = true; in visitSIGN_EXTEND() local
4080 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND, in visitSIGN_EXTEND()
4082 if (DoXform) { in visitSIGN_EXTEND()
4247 bool DoXform = true; in visitZERO_EXTEND() local
4250 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI); in visitZERO_EXTEND()
4251 if (DoXform) { in visitZERO_EXTEND()
4280 bool DoXform = true; in visitZERO_EXTEND() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6085 bool DoXform = true; in visitSIGN_EXTEND() local
6088 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI); in visitSIGN_EXTEND()
6090 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND()
6091 if (DoXform) { in visitSIGN_EXTEND()
6143 bool DoXform = true; in visitSIGN_EXTEND() local
6146 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND, in visitSIGN_EXTEND()
6148 if (DoXform) { in visitSIGN_EXTEND()
6395 bool DoXform = true; in visitZERO_EXTEND() local
6398 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI); in visitZERO_EXTEND()
6400 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6395 bool DoXform = false; in combineSelectAndUse() local
6402 DoXform = true; in combineSelectAndUse()
6416 DoXform = true; in combineSelectAndUse()
6420 if (DoXform) { in combineSelectAndUse()