| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | ReservedIdentifierCheck.cpp | 46 Invert(Options.get("Invert", false)), in ReservedIdentifierCheck() 52 Options.store(Opts, "Invert", Invert); in storeOptions() 111 const LangOptions &LangOpts, bool Invert, in getFailureInfoImpl() argument 122 if (!Invert) { in getFailureInfoImpl() 162 getLangOpts(), Invert, AllowedIdentifiers); in getDeclFailureInfo() 169 getLangOpts(), Invert, AllowedIdentifiers); in getMacroFailureInfo()
|
| H A D | ReservedIdentifierCheck.h | 34 const bool Invert; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64GlobalISelUtils.cpp | 155 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC() argument 156 Invert = false; in changeVectorFCMPPredToAArch64CC() 163 Invert = true; in changeVectorFCMPPredToAArch64CC() 176 Invert = true; in changeVectorFCMPPredToAArch64CC()
|
| H A D | AArch64GlobalISelUtils.h | 76 bool &Invert);
|
| H A D | AArch64PostLegalizerLowering.cpp | 931 bool Invert; in lowerVectorFCMP() local 933 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in lowerVectorFCMP() 948 if (Invert) in lowerVectorFCMP()
|
| H A D | AArch64InstructionSelector.cpp | 129 bool tryOptAndIntoCompareBranch(MachineInstr &AndInst, bool Invert, 1104 bool Invert) { in emitSelect() argument 1119 if (Invert) { in emitSelect() 1136 if (Invert) { in emitSelect() 1155 if (Invert) { in emitSelect() 1360 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg() argument 1477 Invert = !Invert; in getTestBitReg() 1525 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch() argument 1561 emitTestBit(TestReg, Bit, Invert, DstMBB, MIB); in tryOptAndIntoCompareBranch()
|
| /llvm-project-15.0.7/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 | 1408 template <bool Invert = false> 1426 if (Invert) in targetSymFromCanonicalSubtractor() 1429 if (pcSym->value - (Invert ? -1 : 1) * minuend.addend != subtrahend.offset) in targetSymFromCanonicalSubtractor() 1438 macho::Reloc &pcReloc = Invert ? minuend : subtrahend; in targetSymFromCanonicalSubtractor() 1441 minuend.addend = pcReloc.offset * (Invert ? 1LL : -1LL); in targetSymFromCanonicalSubtractor()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 267 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert); 444 bool Invert) { in buildCondition() argument 445 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition() 449 if (Idx != (unsigned)Invert) in buildCondition()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 497 bool Invert = !DefMI; in optimizeSelect() local 504 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect() 521 if (Invert) in optimizeSelect()
|
| H A D | LanaiISelLowering.cpp | 1353 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes() argument 1363 Invert = false; in isConditionalZeroOrAllOnes() 1368 Invert = true; in isConditionalZeroOrAllOnes() 1384 Invert = true; in isConditionalZeroOrAllOnes() 1393 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
|
| H A D | LanaiInstrFormats.td | 301 // (the `I' (Invert sense) bit inverts the sense of the condition):
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | reserved-identifier.rst | 49 .. option:: Invert
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1325 Optional<bool> Invert; in simplifyUsingControlFlow() local 1349 if (Invert && *Invert != NeedsInvert) in simplifyUsingControlFlow() 1352 Invert = NeedsInvert; in simplifyUsingControlFlow() 1355 if (!*Invert) in simplifyUsingControlFlow()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 733 bool Invert) const; 741 bool Invert = false) const;
|
| H A D | SystemZISelLowering.cpp | 2953 Invert = false; in getVectorComparisonOrInvert() 2959 Invert = true; in getVectorComparisonOrInvert() 3039 Invert = true; in lowerVectorSETCC() 3056 Invert = true; in lowerVectorSETCC() 3088 if (Invert) { in lowerVectorSETCC() 6920 Invert = !Invert; in combineCCMask() 6932 Invert = !Invert; in combineCCMask() 6943 if (Invert) in combineCCMask() 7715 if (Invert) in emitCondStore() 7731 if (!Invert) in emitCondStore() [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | provenance.h | 123 ProvenanceRangeToOffsetMappings Invert(const AllSources &) const;
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | provenance.cpp | 125 ProvenanceRangeToOffsetMappings OffsetToProvenanceMappings::Invert( in Invert() function in Fortran::parser::OffsetToProvenanceMappings 475 invertedMap_ = provenanceMap_.Invert(allSources); in CompileProvenanceRangeToOffsetMappings()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 12 class CCIfSubtarget<string F, CCAction A, string Invert = ""> 13 : CCIf<!strconcat(Invert,
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1170 bool Invert = false; in LowerSETCC() local 1182 Invert = true; in LowerSETCC() 1190 Invert = true; in LowerSETCC() 1208 if (Invert) in LowerSETCC()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_unary.mlir | 29 // Invert the structure of a sparse vector. Present values become missing.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | sbb.ll | 155 ; Invert the predicate and effectively swap the select operands:
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2744 bool Invert = false; in SpeculativelyExecuteBB() local 2747 Invert = true; in SpeculativelyExecuteBB() 2749 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block"); in SpeculativelyExecuteBB() 2756 uint64_t EndWeight = Invert ? TWeight : FWeight; in SpeculativelyExecuteBB() 2862 if (Invert) in SpeculativelyExecuteBB() 2903 if (Invert) in SpeculativelyExecuteBB()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | icmp-constant.ll | 890 ; Invert predicate and check vector type. 997 ; Invert predicate and check vector type.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | demorgan.ll | 117 ; Invert a constant if needed:
|