Home
last modified time | relevance | path

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

/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
/external/skia/src/core/
DSkBlurMF.cpp983 bool isFast = insetRect.isSorted(); in make_rect_blur() local
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()