Home
last modified time | relevance | path

Searched defs:isFast (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h213 bool isFast() const { return all(); } in isFast() function
317 bool isFast() const { in isFast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
/third_party/skia/src/core/
DSkBlurMF.cpp977 bool isFast = insetRect.isSorted(); in make_rect_blur() local