Home
last modified time | relevance | path

Searched refs:Invert (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp161 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC() argument
162 Invert = false; in changeVectorFCMPPredToAArch64CC()
169 Invert = true; in changeVectorFCMPPredToAArch64CC()
182 Invert = true; in changeVectorFCMPPredToAArch64CC()
H A DAArch64GlobalISelUtils.h76 bool &Invert);
H A DAArch64PostLegalizerLowering.cpp1016 bool Invert = false; in applyLowerVectorFCMP() local
1026 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in applyLowerVectorFCMP()
1044 if (Invert) in applyLowerVectorFCMP()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt35 - 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)
H A Dbrcm,brcmstb-usb-phy.yaml64 description: Invert Port Power
70 description: Invert Over Current detection
/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.cpp108 template <bool Invert = false>
115 if (Invert) in createSubtraction()
121 (Invert ? 1 : -1) * off, minuend); in createSubtraction()
H A DInputFiles.cpp1331 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/contrib/device-tree/Bindings/sound/
H A Dqcom,q6dsp-lpass-ports.yaml81 TDM Invert the sync
83 1 = Invert
99 width in case of sample bit width is 24TDM Invert the sync.
H A Daudio-iio-aux.yaml40 Invert the sound control value compared to the IIO channel raw value.
62 /* Invert CH1 and CH2 */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp175 bool Invert = S[I] == '^' || S[I] == '!'; in create() local
177 Invert ? expand(Chars.substr(1), S) : expand(Chars, S); in create()
180 if (Invert) in create()
/freebsd/sys/dts/
H A Dbindings-gpio.txt91 GPIO_PIN_INVIN 0x0100 Invert input
92 GPIO_PIN_INVOUT 0x0200 Invert output
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dcirrus,clps711x-fb.txt14 - cmap-invert : Invert the color levels (Optional).
/freebsd/sys/contrib/device-tree/Bindings/net/pcs/
H A Dmediatek,sgmiisys.yaml42 description: Invert polarity of the SGMII data lanes
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp497 bool Invert = !DefMI; in optimizeSelect() local
504 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect()
521 if (Invert) in optimizeSelect()
H A DLanaiISelLowering.cpp1350 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes() argument
1360 Invert = false; in isConditionalZeroOrAllOnes()
1365 Invert = true; in isConditionalZeroOrAllOnes()
1381 Invert = true; in isConditionalZeroOrAllOnes()
1390 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dst,st-vgxy61.yaml53 Invert polarity of illuminator's lights strobe GPIOs.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp274 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 DInstCombinePHI.cpp1336 std::optional<bool> Invert; in simplifyUsingControlFlow() local
1360 if (Invert && *Invert != NeedsInvert) in simplifyUsingControlFlow()
1363 Invert = NeedsInvert; in simplifyUsingControlFlow()
1366 if (!*Invert) in simplifyUsingControlFlow()
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dwlf,arizona.yaml42 Invert the polarity of the jack detection switch.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h761 bool Invert) const;
771 bool Invert = false) const;
H A DSystemZISelLowering.cpp2975 if (Invert) in adjustICmp128()
3238 Invert = true; in getVectorComparisonOrInvert()
3318 Invert = true; in lowerVectorSETCC()
3335 Invert = true; in lowerVectorSETCC()
3367 if (Invert) { in lowerVectorSETCC()
7460 Invert = !Invert; in combineCCMask()
7472 Invert = !Invert; in combineCCMask()
7483 if (Invert) in combineCCMask()
8263 if (Invert) in emitCondStore()
8279 if (!Invert) in emitCondStore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h258 bool Invert) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td12 class CCIfSubtarget<string F, CCAction A, string Invert = "">
13 : CCIf<!strconcat(Invert,
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1164 bool Invert = false; in LowerSETCC() local
1176 Invert = true; in LowerSETCC()
1184 Invert = true; in LowerSETCC()
1202 if (Invert) in LowerSETCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h542 bool Invert) const override;

123