Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp46 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 DReservedIdentifierCheck.h34 const bool Invert; variable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp155 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 DAArch64GlobalISelUtils.h76 bool &Invert);
H A DAArch64PostLegalizerLowering.cpp931 bool Invert; in lowerVectorFCMP() local
933 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in lowerVectorFCMP()
948 if (Invert) in lowerVectorFCMP()
H A DAArch64InstructionSelector.cpp129 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 DEhFrame.cpp108 template <bool Invert = false>
115 if (Invert) in createSubtraction()
121 (Invert ? 1 : -1) * off, minuend); in createSubtraction()
H A DInputFiles.cpp1408 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 DStructurizeCFG.cpp267 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 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.cpp1353 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 DLanaiInstrFormats.td301 // (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 Dreserved-identifier.rst49 .. option:: Invert
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1325 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 DSystemZISelLowering.h733 bool Invert) const;
741 bool Invert = false) const;
H A DSystemZISelLowering.cpp2953 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 Dprovenance.h123 ProvenanceRangeToOffsetMappings Invert(const AllSources &) const;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp125 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 DMipsCallingConv.td12 class CCIfSubtarget<string F, CCAction A, string Invert = "">
13 : CCIf<!strconcat(Invert,
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1170 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 Dsparse_unary.mlir29 // Invert the structure of a sparse vector. Present values become missing.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsbb.ll155 ; Invert the predicate and effectively swap the select operands:
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2744 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 Dicmp-constant.ll890 ; Invert predicate and check vector type.
997 ; Invert predicate and check vector type.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Ddemorgan.ll117 ; Invert a constant if needed:

12