Home
last modified time | relevance | path

Searched refs:isAdjacent (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/tool/
Dunicode_sync_script.dart41 bool isAdjacent(PropertyTuple other) {
47 assert(isAdjacent(extension));
167 if (result.last.isAdjacent(data[i])) {
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2731 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
3172 bool isAdjacent = true; in runOpt() local
3237 rec = findRecord(ldst, false, isAdjacent); in runOpt()
3238 if (rec && !isAdjacent) in runOpt()
3243 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL; in runOpt()
3245 if (!isAdjacent) in runOpt()
3254 rec = findRecord(ldst, false, isAdjacent); in runOpt()
3256 if (!isAdjacent) in runOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp723 if (!isAdjacent(*FC0, *FC1)) { in fuseCandidates()
1036 bool isAdjacent(const FusionCandidate &FC0, in isAdjacent() function