Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h207 bool isFast() const { return all(); } in isFast() function
311 bool isFast() const { in isFast() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp193 bool Instruction::isFast() const { in isFast() function in Instruction
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()