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

1 2 34 5 6 7 8 9

  /external/llvm/lib/Target/X86/
X86FastISel.cpp 321 if (evt == MVT::Other || !evt.isSimple())
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 626 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
731 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
827 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 455 bool isSimple() const {
859 if (OldSumm.isSimple()) {
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 484 if (isSimple()) {
685 bool issimple, bool isvolatile, unsigned numoutputs,
690 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
709 SourceLocation lbraceloc, bool issimple, bool isvolatile,
715 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 207 bool RegionBase<Tr>::isSimple() const {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 428 unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().getSizeInBits() : 1;
  /external/skia/src/gpu/effects/
GrRRectEffect.cpp     [all...]
  /external/skia/tests/
RoundRectTest.cpp 124 REPORTER_ASSERT(reporter, rr2.isSimple());
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 454 (paint.isAntiAlias() && !mState.currentTransform()->isSimple())) {
RecordingCanvas.cpp 342 && (!paint.isAntiAlias() || mState.currentTransform()->isSimple())) {
FrameBuilder.cpp 609 if (bakedState->computedState.transform.isSimple()
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 757 if (LHS.isSimple()) {
    [all...]
CGExprComplex.cpp 320 assert(lvalue.isSimple() && "non-simple complex l-value?");
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 190 if (!VT1.isSimple() || !VT1.isInteger() ||
191 !VT2.isSimple() || !VT2.isInteger())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 77 return VT.isSimple() && TLI.isTypeLegal(VT);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 670 if (!LoadedVT.isSimple())
908 if (!LoadedVT.isSimple())
    [all...]
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 443 if (!VT.isSimple() || VT == MVT::Other)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 711 milliseconds

1 2 34 5 6 7 8 9