Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFMF.h74 bool isFast() const { return all(); } in isFast() function
DOperator.h241 bool isFast() const { in isFast() function
/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/skia/src/gpu/graphite/geom/
DAnalyticBlurMask.cpp176 const bool isFast = shapeData.left() <= shapeData.right() && shapeData.top() <= shapeData.bot(); in MakeRect() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInstruction.cpp299 bool Instruction::isFast() const { in isFast() function in Instruction
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()
/external/skia/src/gpu/ganesh/
DGrBlurUtils.cpp646 bool isFast = insetRect.isSorted(); in make_rect_blur() local