Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp210 auto Inactive = E->getRHS()->getDependence(); in computeDependence() local
212 std::swap(Active, Inactive); in computeDependence()
216 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp239 enum class LLJITPlatform { Inactive, DetectHost, ORC, GenericIR }; enumerator
250 clEnumValN(LLJITPlatform::Inactive, "Inactive",
924 case LLJITPlatform::Inactive: in runOrcJIT()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp571 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
572 if (Inactive.isReg()) { in scanInstructions()
573 if (Inactive.isUndef()) { in scanInstructions()
576 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgov.pod275 themselves "inactive". Inactive members do not nominate or vote. Inactive
563 =head2 Inactive Members
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h853 unsigned Inactive);
H A DARMISelDAGToDAG.cpp242 SDValue PredicateMask, SDValue Inactive);
2547 SDValue Inactive) { in AddMVEPredicateToOps() argument
2551 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2869 SDValue Inactive; in SelectMVE_VxDUP() local
2871 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2882 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp886 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
888 MIB.addReg(Inactive); in addPredicatedMveVpredROp()