/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 | 190 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC() argument 191 Invert = false; in changeVectorFCMPPredToAArch64CC() 198 Invert = true; in changeVectorFCMPPredToAArch64CC() 211 Invert = true; in changeVectorFCMPPredToAArch64CC()
|
H A D | AArch64GlobalISelUtils.h | 82 bool &Invert);
|
H A D | AArch64PostLegalizerLowering.cpp | 1013 bool Invert = false; in applyLowerVectorFCMP() local 1027 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in applyLowerVectorFCMP() 1045 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 | 1331 template <bool Invert = false> 1349 if (Invert) in targetSymFromCanonicalSubtractor() 1352 if (pcSym->value - (Invert ? -1 : 1) * minuend.addend != subtrahend.offset) in targetSymFromCanonicalSubtractor() 1361 macho::Reloc &pcReloc = Invert ? minuend : subtrahend; in targetSymFromCanonicalSubtractor() 1364 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/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/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 278 bool Invert) const override; 311 bool Invert = false) const;
|
H A D | RISCVInstrInfo.cpp | 1408 bool Invert = !DefMI; in optimizeSelect() local 1415 MachineOperand FalseReg = MI.getOperand(Invert ? 5 : 4); in optimizeSelect() 1434 if (Invert) in optimizeSelect() 1656 bool Invert) const { in isVectorAssociativeAndCommutative() 1676 if (Invert) { in isVectorAssociativeAndCommutative() 1834 isVectorAssociativeAndCommutative(*MI1, /* Invert */ true)) && in hasReassociableVectorSibling() 1842 !isVectorAssociativeAndCommutative(Inst, /*Invert=*/true)) in hasReassociableOperands() 1876 isVectorAssociativeAndCommutative(Inst, /*Invert=*/true)) in hasReassociableSibling() 1897 bool Invert) const { in isAssociativeAndCommutative() 1898 if (isVectorAssociativeAndCommutative(Inst, Invert)) in isAssociativeAndCommutative() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SimplifyQuery.h | 64 bool Invert = false; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 498 bool Invert = !DefMI; in optimizeSelect() local 505 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect() 522 if (Invert) in optimizeSelect()
|
H A D | LanaiISelLowering.cpp | 1349 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes() argument 1359 Invert = false; in isConditionalZeroOrAllOnes() 1364 Invert = true; in isConditionalZeroOrAllOnes() 1380 Invert = true; in isConditionalZeroOrAllOnes() 1389 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 274 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert); 453 bool Invert) { in buildCondition() argument 454 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition() 458 if (Idx != (unsigned)Invert) in buildCondition()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1337 std::optional<bool> Invert; in simplifyUsingControlFlow() local 1361 if (Invert && *Invert != NeedsInvert) in simplifyUsingControlFlow() 1364 Invert = NeedsInvert; in simplifyUsingControlFlow() 1367 if (!*Invert) in simplifyUsingControlFlow()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 771 bool Invert) const; 781 bool Invert = false) const;
|
H A D | SystemZInstrInfo.h | 296 bool Invert) const override;
|
H A D | SystemZISelLowering.cpp | 2980 bool Swap = false, Invert = false; in adjustICmp128() local 2984 case SystemZ::CCMASK_CMP_LE: Invert = true; break; in adjustICmp128() 2985 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128() 2998 if (Invert) in adjustICmp128() 3253 bool &Invert) { in getVectorComparisonOrInvert() argument 3255 Invert = false; in getVectorComparisonOrInvert() 3261 Invert = true; in getVectorComparisonOrInvert() 3336 bool Invert = false; in lowerVectorSETCC() local 3341 Invert = true; in lowerVectorSETCC() 3358 Invert = true; in lowerVectorSETCC() [all …]
|
/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/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1165 bool Invert = false; in LowerSETCC() local 1177 Invert = true; in LowerSETCC() 1185 Invert = true; in LowerSETCC() 1203 if (Invert) in LowerSETCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1143 bool Invert = false; in getRangeViaSLT() local 1146 Invert = true; in getRangeViaSLT() 1156 return Invert ? CR->inverse() : CR; in getRangeViaSLT()
|
H A D | ValueTracking.cpp | 739 const SimplifyQuery &SQ, bool Invert) { in computeKnownBitsFromICmpCond() argument 741 Invert ? Cmp->getInversePredicate() : Cmp->getPredicate(); in computeKnownBitsFromICmpCond() 758 const SimplifyQuery &SQ, bool Invert) { in computeKnownBitsFromCond() argument 764 computeKnownBitsFromCond(V, A, Known2, Depth + 1, SQ, Invert); in computeKnownBitsFromCond() 765 computeKnownBitsFromCond(V, B, Known3, Depth + 1, SQ, Invert); in computeKnownBitsFromCond() 766 if (Invert ? match(Cond, m_LogicalOr(m_Value(), m_Value())) in computeKnownBitsFromCond() 775 computeKnownBitsFromICmpCond(V, Cmp, Known, SQ, Invert); in computeKnownBitsFromCond() 782 computeKnownBitsFromCond(V, Q.CC->Cond, Known, Depth, Q, Q.CC->Invert); in computeKnownBitsFromContext() 1028 Value *Arm, bool Invert, unsigned Depth, in adjustKnownBitsForSelectArm() argument 1036 computeKnownBitsFromCond(Arm, Cond, CondRes, Depth + 1, Q, Invert); in adjustKnownBitsForSelectArm() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 553 bool Invert) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 444 bool Invert) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 401 bool Invert) const override;
|