Searched refs:Inactive (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp330 IntervalQueue Inactive(lowestStartPoint);
337 Inactive.push(std::make_tuple(&LI, 0, NId));
340 while (!Inactive.empty()) {
343 IntervalInfo Cur = Inactive.top();
352 Inactive.push(nextSegment(*RetireItr));
360 Cur = Inactive.top();
361 Inactive.pop();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp360 MachineOperand &Inactive = MI.getOperand(2); local
361 if (Inactive.isReg()) {
362 if (Inactive.isUndef()) {
365 Register Reg = Inactive.getReg();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp162 auto Inactive = E->getRHS()->getDependence(); local
164 std::swap(Active, Inactive);
168 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h778 unsigned Inactive);
H A DARMISelDAGToDAG.cpp224 SDValue PredicateMask, SDValue Inactive);
2491 SDValue Inactive) {
2494 Ops.push_back(Inactive);
2807 SDValue Inactive; local
2809 Inactive = N->getOperand(OpIdx++);
2820 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive);
2489 AddMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc, SDValue PredicateMask, SDValue Inactive) argument
H A DARMBaseInstrInfo.cpp851 unsigned Cond, unsigned Inactive) {
853 MIB.addReg(Inactive);
850 addPredicatedMveVpredROp(MachineInstrBuilder &MIB, unsigned Cond, unsigned Inactive) argument

Completed in 109 milliseconds