Home
last modified time | relevance | path

Searched defs:isSimple (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h287 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
418 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/third_party/skia/include/core/
DSkRRect.h82 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() function
/third_party/flutter/skia/include/core/
DSkRRect.h93 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h112 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/third_party/skia/src/pathops/
DSkOpSegment.h254 SkOpSegment* isSimple(SkOpSpanBase** end, int* step) const { in isSimple() function
/third_party/flutter/skia/src/pathops/
DSkOpSegment.h254 SkOpSegment* isSimple(SkOpSpanBase** end, int* step) const { in isSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h126 bool isSimple() const { in isSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h225 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp531 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1392 …const bool isSimple = (node->getAsSymbolNode() != nullptr) || (node->getAsConstantUnion() != nullp… in addShapeConversion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp511 static bool isSimple(Instruction *I) { in isSimple() function