| /src/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()
|
| /src/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)
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 175 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()
|
| /src/sys/dts/ |
| H A D | bindings-gpio.txt | 91 GPIO_PIN_INVIN 0x0100 Invert input 92 GPIO_PIN_INVOUT 0x0200 Invert output
|
| /src/sys/contrib/device-tree/Bindings/display/ |
| H A D | cirrus,clps711x-fb.txt | 14 - cmap-invert : Invert the color levels (Optional).
|
| /src/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() 1897 bool Invert) const { in isAssociativeAndCommutative() 1898 if (isVectorAssociativeAndCommutative(Inst, Invert)) in isAssociativeAndCommutative() 1902 if (Invert) { in isAssociativeAndCommutative()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | SimplifyQuery.h | 64 bool Invert = false; member
|
| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/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 …]
|
| /src/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,
|
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 553 bool Invert) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 444 bool Invert) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 401 bool Invert) const override;
|