| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | brcm,brcmstb-usb-phy.txt | 35 - brcm,ipp: Boolean, Invert Port Power. 36 Possible values are: 0 (Don't invert), 1 (Invert) 37 - brcm,ioc: Boolean, Invert Over Current detection. 38 Possible values are: 0 (Don't invert), 1 (Invert)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64GlobalISelUtils.cpp | 188 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC() argument 189 Invert = false; in changeVectorFCMPPredToAArch64CC() 196 Invert = true; in changeVectorFCMPPredToAArch64CC() 209 Invert = true; in changeVectorFCMPPredToAArch64CC()
|
| H A D | AArch64GlobalISelUtils.h | 82 bool &Invert);
|
| H A D | AArch64PostLegalizerLowering.cpp | 1006 bool Invert = false; in applyLowerVectorFCMP() local 1019 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in applyLowerVectorFCMP() 1037 if (Invert) in applyLowerVectorFCMP()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | EhFrame.cpp | 108 template <bool Invert = false> 115 if (Invert) in createSubtraction() 121 (Invert ? 1 : -1) * off, minuend); in createSubtraction()
|
| H A D | InputFiles.cpp | 1329 template <bool Invert = false> 1347 if (Invert) in targetSymFromCanonicalSubtractor() 1350 if (pcSym->value - (Invert ? -1 : 1) * minuend.addend != subtrahend.offset) in targetSymFromCanonicalSubtractor() 1359 macho::Reloc &pcReloc = Invert ? minuend : subtrahend; in targetSymFromCanonicalSubtractor() 1362 minuend.addend = pcReloc.offset * (Invert ? 1LL : -1LL); in targetSymFromCanonicalSubtractor()
|
| /freebsd/sys/dts/ |
| H A D | bindings-gpio.txt | 91 GPIO_PIN_INVIN 0x0100 Invert input 92 GPIO_PIN_INVOUT 0x0200 Invert output
|
| /freebsd/contrib/llvm-project/libc/shared/ |
| H A D | rpc.h | 74 template <bool Invert> struct Process { 164 return Invert ? !cond : cond; in buffer_unavailable() 236 return Invert ? mailbox_bytes(port_count) : 0; in inbox_offset() 241 return Invert ? 0 : mailbox_bytes(port_count); in outbox_offset()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | cirrus,clps711x-fb.txt | 14 - cmap-invert : Invert the color levels (Optional).
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | SimplifyQuery.h | 65 bool Invert = false; member
|
| H A D | ValueTracking.h | 115 Value *Arm, bool Invert,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 287 bool Invert) const override; 331 bool Invert = false) const;
|
| H A D | RISCVInstrInfo.cpp | 1763 bool Invert = !DefMI; in optimizeSelect() local 1770 MachineOperand FalseReg = MI.getOperand(Invert ? 5 : 4); in optimizeSelect() 1789 if (Invert) in optimizeSelect() 2060 bool Invert) const { in isVectorAssociativeAndCommutative() 2080 if (Invert) { in isVectorAssociativeAndCommutative() 2301 bool Invert) const { in isAssociativeAndCommutative() 2302 if (isVectorAssociativeAndCommutative(Inst, Invert)) in isAssociativeAndCommutative() 2306 if (Invert) { in isAssociativeAndCommutative()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 499 bool Invert = !DefMI; in optimizeSelect() local 506 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect() 523 if (Invert) in optimizeSelect()
|
| H A D | LanaiISelLowering.cpp | 1303 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes() argument 1313 Invert = false; in isConditionalZeroOrAllOnes() 1318 Invert = true; in isConditionalZeroOrAllOnes() 1334 Invert = true; in isConditionalZeroOrAllOnes() 1343 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 310 PredInfo buildCondition(BranchInst *Term, unsigned Idx, bool Invert); 493 bool Invert) { in buildCondition() argument 494 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition() 501 if (Idx != (unsigned)Invert) { in buildCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1340 std::optional<bool> Invert; in simplifyUsingControlFlow() local 1364 if (Invert && *Invert != NeedsInvert) in simplifyUsingControlFlow() 1367 Invert = NeedsInvert; in simplifyUsingControlFlow() 1370 if (!*Invert) in simplifyUsingControlFlow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 296 bool Invert) const override;
|
| H A D | SystemZISelLowering.h | 810 bool Invert) const; 820 bool Invert = false) const;
|
| H A D | SystemZISelLowering.cpp | 3367 bool Swap = false, Invert = false; in adjustICmp128() local 3371 case SystemZ::CCMASK_CMP_LE: Invert = true; break; in adjustICmp128() 3372 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128() 3385 if (Invert) in adjustICmp128() 3646 bool &Invert) { in getVectorComparisonOrInvert() argument 3648 Invert = false; in getVectorComparisonOrInvert() 3654 Invert = true; in getVectorComparisonOrInvert() 3729 bool Invert = false; in lowerVectorSETCC() local 3734 Invert = true; in lowerVectorSETCC() 3751 Invert = true; in lowerVectorSETCC() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 1699 std::optional<bool> Invert, Instruction *Sel) { in hoistConditionalLoadsStores() argument 1708 if (Invert.has_value()) { in hoistConditionalLoadsStores() 1711 *Invert ? Builder.CreateXor(Cond, ConstantInt::getTrue(Context)) : Cond, in hoistConditionalLoadsStores() 1725 IRBuilder<> Builder(Invert.has_value() ? I : BI); in hoistConditionalLoadsStores() 1726 if (!Invert.has_value()) in hoistConditionalLoadsStores() 1739 if (Invert.has_value()) in hoistConditionalLoadsStores() 3105 std::optional<bool> Invert, in isProfitableToSpeculate() argument 3116 if (!Invert.has_value()) in isProfitableToSpeculate() 3119 uint64_t EndWeight = *Invert ? TWeight : FWeight; in isProfitableToSpeculate() 3180 bool Invert = false; in speculativelyExecuteBB() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1043 bool Invert = false; in LowerSETCC() local 1055 Invert = true; in LowerSETCC() 1063 Invert = true; in LowerSETCC() 1081 if (Invert) in LowerSETCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 12 class CCIfSubtarget<string F, CCAction A, string Invert = ""> 13 : CCIf<!strconcat(Invert,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 782 const SimplifyQuery &SQ, bool Invert) { in computeKnownBitsFromICmpCond() argument 784 Invert ? Cmp->getInversePredicate() : Cmp->getPredicate(); in computeKnownBitsFromICmpCond() 804 bool Invert, unsigned Depth) { in computeKnownBitsFromCond() argument 810 computeKnownBitsFromCond(V, A, Known2, SQ, Invert, Depth + 1); in computeKnownBitsFromCond() 811 computeKnownBitsFromCond(V, B, Known3, SQ, Invert, Depth + 1); in computeKnownBitsFromCond() 812 if (Invert ? match(Cond, m_LogicalOr(m_Value(), m_Value())) in computeKnownBitsFromCond() 822 computeKnownBitsFromICmpCond(V, Cmp, Known, SQ, Invert); in computeKnownBitsFromCond() 828 if (Invert) { in computeKnownBitsFromCond() 842 computeKnownBitsFromCond(V, A, Known, SQ, !Invert, Depth + 1); in computeKnownBitsFromCond() 849 computeKnownBitsFromCond(V, Q.CC->Cond, Known, Q, Q.CC->Invert, Depth); in computeKnownBitsFromContext() [all …]
|
| H A D | LazyValueInfo.cpp | 1157 bool Invert = false; in getRangeViaSLT() local 1160 Invert = true; in getRangeViaSLT() 1170 return Invert ? CR->inverse() : CR; in getRangeViaSLT()
|