HomeSort by relevance Sort by last modified time
    Searched refs:NewL (Results 1 - 18 of 18) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopPassManager.h 187 for (Loop *NewL : NewChildLoops)
188 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
208 for (Loop *NewL : NewSibLoops)
209 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopPassManager.h 188 for (Loop *NewL : NewChildLoops)
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
209 for (Loop *NewL : NewSibLoops)
210 assert(NewL->getParentLoop() == ParentL &&
  /external/llvm/lib/IR/
ConstantRange.cpp 749 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
751 if (NewU == NewL)
753 return ConstantRange(NewL, NewU);
762 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
764 if (NewU == NewL)
766 return ConstantRange(NewL, NewU);
775 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin());
777 if (NewU == NewL)
779 return ConstantRange(NewL, NewU);
788 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 572 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
574 if (NewU == NewL)
576 return ConstantRange(NewL, NewU);
585 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
587 if (NewU == NewL)
589 return ConstantRange(NewL, NewU);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 478 SDValue NewL;
480 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(),
486 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
487 return NewL;
491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
498 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
499 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 634 SDValue NewL;
636 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(),
643 if (N != NewL.getValue(1).getNode())
644 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
645 return NewL;
649 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
657 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
658 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL);
    [all...]

Completed in 547 milliseconds