| /freebsd/contrib/dialog/samples/ |
| H A D | sourcemage.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
| H A D | debian.rc | 49 # Inactive button color 55 # Inactive button key color 61 # Inactive button label color
|
| H A D | slackware.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
| H A D | suse.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
| H A D | whiptail.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 326 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 D | SemaAPINotes.cpp | 29 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 D | ComputeDependence.cpp | 210 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 D | lli.cpp | 239 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 D | SIWholeQuadMode.cpp | 569 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 D | howto.rst | 217 printf(" Inactive: %lu\n", inactive); 223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | dwc3.txt | 49 - 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 D | ARMBaseInstrInfo.h | 852 unsigned Inactive);
|
| H A D | ARMISelDAGToDAG.cpp | 231 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 D | ARMBaseInstrInfo.cpp | 712 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument 714 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 4209 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 D | AArch64TargetTransformInfo.cpp | 1609 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 D | ARM.cpp | 6502 llvm::Value *Inactive = Builder.CreateShuffleVector( in EmitAArch64BuiltinExpr() local 6506 return Builder.CreateShuffleVector(Inactive, Trunc, ConcatMask); in EmitAArch64BuiltinExpr()
|