Home
last modified time | relevance | path

Searched refs:Inactive (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp330 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 …]
DIceRegAlloc.h121 UnorderedRanges Active, Inactive, Handled; variable
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp329 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/
DRegAllocPBQP.cpp330 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/
DRegAllocPBQP.cpp301 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/
Dsetup.py.template21 'Development Status :: 7 - Inactive',
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp361 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/
DSIWholeQuadMode.cpp439 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/
DComputeDependence.cpp162 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/
Dconfiguration.proto239 // Inactive power states between inferences.
242 // Inactive timeout in microseconds between inferences.
252 // Inactive power states between inferences.
/external/pdfium/xfa/fxfa/parser/
Dattribute_values.inc127 VALUE____(0x598d5c53u, "inactive", Inactive)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h740 unsigned Inactive);
DARMISelDAGToDAG.cpp222 SDValue PredicateMask, SDValue Inactive);
2435 SDValue Inactive) { in AddMVEPredicateToOps() argument
2438 Ops.push_back(Inactive); in AddMVEPredicateToOps()
DARMBaseInstrInfo.cpp825 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
827 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h750 unsigned Inactive);
DARMISelDAGToDAG.cpp224 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()
DARMBaseInstrInfo.cpp836 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
838 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
/external/perfetto/docs/data-sources/
Dmemory-counters.md181 775177736769834 | Inactive(file) | 351496
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm843 // Inactive render target
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst818 Inactive selection background now matches active selection background, as
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst1036 Inactive selection background now matches active selection background, as
D3.6.0a1.rst3280 Inactive selection background now matches active selection background, as
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts919 <source>Inactive</source>
/external/python/cpython2/Lib/idlelib/
DNEWS.txt117 - Issue #24972: Inactive selection background now matches active selection
/external/python/cpython3/Lib/idlelib/
DNEWS.txt961 - Issue #24972: Inactive selection background now matches active selection

12