HomeSort by relevance Sort by last modified time
    Searched refs:isSimple (Results 51 - 75 of 221) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 689 if (!CEVT.isSimple()) return 0;
736 if (evt == MVT::Other || !evt.isSimple()) return false;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 393 if (!CEVT.isSimple())
543 if (evt == MVT::Other || !evt.isSimple())
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 406 bool isSimple() const;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 744 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
781 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
    [all...]
LICM.cpp     [all...]
Scalarizer.cpp 594 if (!LI.isSimple())
618 if (!SI.isSimple())
LoopInterchange.cpp 98 if (Ld && !Ld->isSimple())
100 if (St && !St->isSimple())
    [all...]
LoopRerollPass.cpp 621 return LI->isSimple();
623 return SI->isSimple();
    [all...]
  /external/skia/src/pathops/
SkOpSegment.h 242 SkOpSegment* isSimple(SkOpSpanBase** end, int* step) {
  /external/skia/tools/debugger/
SkObjectParser.cpp 283 } else if (rrect.isSimple()) {
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 218 return currentTransform()->isSimple();
DisplayListOp.h 196 if (!state.mMatrix.isSimple()) return false;
691 deferInfo.mergeable = state.mMatrix.isSimple() && state.mMatrix.positiveScale() &&
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 100 EXPECT_FALSE(area.isSimple());
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 509 if (!LI->isSimple()) return false;
536 if (!LI->isSimple()) return false;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 171 if (!RealVT.isSimple())
384 if (VT == MVT::Other || !VT.isSimple())
    [all...]
LegalizeVectorOps.cpp 448 assert(NVT.isSimple() && "Promoting to a non-simple vector type!");
477 assert(NewVT.isSimple() && "Promoting to a non-simple vector type!");
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 441 assert(LV.isSimple() &&
463 assert(LV.isSimple());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 346 static bool isSimple(Instruction *I) {
348 return LI->isSimple();
350 return SI->isSimple();
548 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 424 if (!DestEVT.isSimple())
465 if (!CEVT.isSimple())
913 if (evt == MVT::Other || !evt.isSimple())
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 46 } else if (rrect.isSimple()) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 606 valueIsEmpty = sourceNode.getOptions().isSimple() ?
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 667 if (I.isSimple()) {
682 if (I.isSimple()) {
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 354 boolean isSimple() {
661 if (!mText.isSimple()) {
    [all...]

Completed in 5128 milliseconds

1 23 4 5 6 7 8 9