Searched refs:isAdjacent (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/engine/flutter/lib/web_ui/tool/ |
D | unicode_sync_script.dart | 41 bool isAdjacent(PropertyTuple other) { 47 assert(isAdjacent(extension)); 167 if (result.last.isAdjacent(data[i])) {
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 2731 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/ |
D | LoopFuse.cpp | 723 if (!isAdjacent(*FC0, *FC1)) { in fuseCandidates() 1036 bool isAdjacent(const FusionCandidate &FC0, in isAdjacent() function
|