Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Ddebian.rc49 # Inactive button color
55 # Inactive button key color
61 # Inactive button label color
H A Dslackware.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Dsuse.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Dwhiptail.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp326 IntervalQueue Inactive(lowestStartPoint); in apply() local
333 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply()
336 while (!Inactive.empty()) { in apply()
339 IntervalInfo Cur = Inactive.top(); in apply()
348 Inactive.push(nextSegment(*RetireItr)); in apply()
356 Cur = Inactive.top(); in apply()
357 Inactive.pop(); in apply()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp29 enum class IsActive_t : bool { Inactive, Active }; enumerator
854 SelectedVersion, IsActive_t::Inactive, IsSubstitution_t::Replacement); in maybeAttachUnversionedSwiftName()
878 auto Active = (i == Selected) ? IsActive_t::Active : IsActive_t::Inactive; in ProcessVersionedAPINotes()
885 Active = IsActive_t::Inactive; in ProcessVersionedAPINotes()
887 } else if (Active == IsActive_t::Inactive && Version.empty()) { in ProcessVersionedAPINotes()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp239 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator
252 clEnumValN(LLJITPlatform::Inactive, "Inactive",
1020 case LLJITPlatform::Inactive: in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp569 MachineOperand &Inactive = MI.getOperand(4); in scanInstructions() local
570 if (Inactive.isReg()) { in scanInstructions()
571 if (Inactive.isUndef() && MI.getOperand(3).getImm() == 0) in scanInstructions()
574 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/freebsd/contrib/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt49 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h852 unsigned Inactive);
H A DARMISelDAGToDAG.cpp231 SDValue PredicateMask, SDValue Inactive);
2542 SDValue Inactive) { in AddMVEPredicateToOps() argument
2546 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2861 SDValue Inactive; in SelectMVE_VxDUP() local
2863 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2874 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp712 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
714 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4209 Value *Inactive = Builder.CreateShuffleVector(CI->getOperand(0), LoMask); in upgradeAArch64IntrinsicCall() local
4211 Builder.CreateFPTrunc(CI->getOperand(1), Inactive->getType()); in upgradeAArch64IntrinsicCall()
4212 return Builder.CreateShuffleVector(Inactive, Trunc, ConcatMask); in upgradeAArch64IntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1609 Value *Inactive = II.getOperand(IInfo.getOperandIdxInactiveLanesTakenFrom()); in simplifySVEIntrinsicBinOp() local
1612 if (SimpleII == Inactive) in simplifySVEIntrinsicBinOp()
1616 SimpleII = IC.Builder.CreateSelect(Pg, SimpleII, Inactive); in simplifySVEIntrinsicBinOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp6502 llvm::Value *Inactive = Builder.CreateShuffleVector( in EmitAArch64BuiltinExpr() local
6506 return Builder.CreateShuffleVector(Inactive, Trunc, ConcatMask); in EmitAArch64BuiltinExpr()