/external/swiftshader/third_party/subzero/src/ |
D | IceRegAlloc.cpp | 330 Inactive.clear(); in init() 376 Inactive.reserve(Unhandled.size()); in init() 462 moveItem(Active, Index, Inactive); in handleActiveRangeExpiredOrInactive() 478 for (SizeT I = Inactive.size(); I > 0; --I) { in handleInactiveRangeExpiredOrReactivated() 480 Variable *Item = Inactive[Index]; in handleInactiveRangeExpiredOrReactivated() 485 moveItem(Inactive, Index, Handled); in handleInactiveRangeExpiredOrReactivated() 489 moveItem(Inactive, Index, Active); in handleInactiveRangeExpiredOrReactivated() 568 for (const Variable *Item : Inactive) { in filterFreeWithInactiveRanges() 678 for (const Variable *Item : Inactive) { in handleNoFreeRegisters() 755 for (SizeT I = Inactive.size(); I > 0; --I) { in handleNoFreeRegisters() [all …]
|
D | IceRegAlloc.h | 121 UnorderedRanges Active, Inactive, Handled; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 329 IntervalQueue Inactive(lowestStartPoint); in apply() local 336 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply() 339 while (!Inactive.empty()) { in apply() 342 IntervalInfo Cur = Inactive.top(); in apply() 351 Inactive.push(nextSegment(*RetireItr)); in apply() 359 Cur = Inactive.top(); in apply() 360 Inactive.pop(); in apply()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 330 IntervalQueue Inactive(lowestStartPoint); in apply() local 337 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply() 340 while (!Inactive.empty()) { in apply() 343 IntervalInfo Cur = Inactive.top(); in apply() 352 Inactive.push(nextSegment(*RetireItr)); in apply() 360 Cur = Inactive.top(); in apply() 361 Inactive.pop(); in apply()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 301 IntervalQueue Inactive(lowestStartPoint); in apply() local 308 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply() 311 while (!Inactive.empty()) { in apply() 314 IntervalInfo Cur = Inactive.top(); in apply() 323 Inactive.push(nextSegment(*RetireItr)); in apply() 331 Cur = Inactive.top(); in apply() 332 Inactive.pop(); in apply()
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/templates/ |
D | setup.py.template | 21 'Development Status :: 7 - Inactive',
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 361 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local 362 if (Inactive.isReg()) { in scanInstructions() 363 if (Inactive.isUndef()) { in scanInstructions() 366 Register Reg = Inactive.getReg(); in scanInstructions()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 439 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local 440 if (Inactive.isReg()) { in scanInstructions() 441 if (Inactive.isUndef()) { in scanInstructions() 444 Register Reg = Inactive.getReg(); in scanInstructions()
|
/external/llvm-project/clang/lib/AST/ |
D | ComputeDependence.cpp | 162 auto Inactive = E->getRHS()->getDependence(); in computeDependence() local 164 std::swap(Active, Inactive); in computeDependence() 168 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | configuration.proto | 239 // Inactive power states between inferences. 242 // Inactive timeout in microseconds between inferences. 252 // Inactive power states between inferences.
|
/external/pdfium/xfa/fxfa/parser/ |
D | attribute_values.inc | 127 VALUE____(0x598d5c53u, "inactive", Inactive)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 740 unsigned Inactive);
|
D | ARMISelDAGToDAG.cpp | 222 SDValue PredicateMask, SDValue Inactive); 2435 SDValue Inactive) { in AddMVEPredicateToOps() argument 2438 Ops.push_back(Inactive); in AddMVEPredicateToOps()
|
D | ARMBaseInstrInfo.cpp | 825 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument 827 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 750 unsigned Inactive);
|
D | ARMISelDAGToDAG.cpp | 224 SDValue PredicateMask, SDValue Inactive); 2491 SDValue Inactive) { in AddMVEPredicateToOps() argument 2494 Ops.push_back(Inactive); in AddMVEPredicateToOps() 2807 SDValue Inactive; in SelectMVE_VxDUP() local 2809 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP() 2820 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
|
D | ARMBaseInstrInfo.cpp | 836 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument 838 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
|
/external/perfetto/docs/data-sources/ |
D | memory-counters.md | 181 775177736769834 | Inactive(file) | 351496
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_state_cache.mm | 843 // Inactive render target
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 818 Inactive selection background now matches active selection background, as
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 1036 Inactive selection background now matches active selection background, as
|
D | 3.6.0a1.rst | 3280 Inactive selection background now matches active selection background, as
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 919 <source>Inactive</source>
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 117 - Issue #24972: Inactive selection background now matches active selection
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 961 - Issue #24972: Inactive selection background now matches active selection
|