Home
last modified time | relevance | path

Searched defs:Invert (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp155 AArch64CC::CondCode &CondCode2, bool &Invert) { in changeVectorFCMPPredToAArch64CC()
H A DAArch64PostLegalizerLowering.cpp975 bool Invert = false; in lowerVectorFCMP() local
H A DAArch64InstructionSelector.cpp1136 bool Invert) { in emitSelect()
1392 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg()
1557 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp497 bool Invert = !DefMI; in optimizeSelect() local
H A DLanaiISelLowering.cpp1348 bool &Invert, SDValue &OtherOp, in isConditionalZeroOrAllOnes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp453 bool Invert) { in buildCondition()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1332 std::optional<bool> Invert; in simplifyUsingControlFlow() local
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1169 bool Invert = false; in LowerSETCC() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1139 bool Invert = !DefMI; in optimizeSelect() local
H A DRISCVISelLowering.cpp9959 bool Invert = CCVal == ISD::SETEQ; in combine_CC() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2951 bool &Invert) { in getVectorComparisonOrInvert()
3034 bool Invert = false; in lowerVectorSETCC() local
6919 bool Invert = false; in combineCCMask() local
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1972 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1); in LowerSETCC() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2974 bool &Invert) { in changeVectorFPCCToAArch64CC()
3728 static SDValue valueToCarryFlag(SDValue Value, SelectionDAG &DAG, bool Invert) { in valueToCarryFlag()
3741 bool Invert) { in carryFlagToValue()
20414 static SDValue getTestBitOperand(SDValue Op, unsigned &Bit, bool &Invert, in getTestBitOperand()
20491 bool Invert = false; in performTBZCombine() local
H A DAArch64ISelDAGToDAG.cpp3893 bool Invert) { in SelectSVELogicalImm()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2361 bool Invert = !DefMI; in optimizeSelect() local
H A DARMISelLowering.cpp6709 bool Invert = false; in LowerVSETCC() local
12353 SDValue &CC, bool &Invert, in isConditionalZeroOrAllOnes()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4172 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { in getCRIdxForSetCC()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2870 bool Invert = false; in SpeculativelyExecuteBB() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25009 bool Invert = false; in LowerVSETCC() local
25042 bool Invert = Cond == ISD::SETNE || in LowerVSETCC() local
25248 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1); in emitFlagsForSetcc() local
42238 auto GetDemandedMasks = [&](SDValue Op, bool Invert = false) { in SimplifyDemandedVectorEltsForTargetNode()
52633 auto GetDemandedMasks = [&](SDValue Op, bool Invert = false) { in combineAndnp()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp239 bool Invert = false) { in EmitBinaryAtomicPost()