Home
last modified time | relevance | path

Searched refs:noops (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/core/
DSkRecord.cpp34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local
36 fCount = noops - fRecords.get(); in defrag()
/external/skqp/src/core/
DSkRecord.cpp34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local
36 fCount = noops - fRecords.get(); in defrag()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc608 std::map<string, NodeDef*> noops; in GroupCrossDeviceControlEdges() local
615 auto emplace_result = noops.emplace(input->device(), nullptr); in GroupCrossDeviceControlEdges()
651 auto it = noops.find(input->device()); in GroupCrossDeviceControlEdges()
652 if (it == noops.end() || it->second == nullptr) { in GroupCrossDeviceControlEdges()
666 for (const auto& entry : noops) { in GroupCrossDeviceControlEdges()
/external/mesa3d/src/mapi/
Dmapi_abi.py470 noops = []
495 noops.append(noop)
497 return '\n\n'.join(noops)
/external/u-boot/doc/
DREADME.LED72 These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.m55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dhipe-cc64.ll60 ; Loads are reading values just writen from corresponding register and are therefore noops.
/external/llvm/lib/Target/X86/
DREADME.txt1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DREADME.txt1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME.txt1563 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td15 // instructions are noops on SystemZ.