Home
last modified time | relevance | path

Searched refs:Inverted (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp71 bool Inverted = false; in runOnMachineFunction() local
81 Inverted = true; in runOnMachineFunction()
85 Inverted = true; in runOnMachineFunction()
89 Inverted = true; in runOnMachineFunction()
93 Inverted = true; in runOnMachineFunction()
97 Inverted = true; in runOnMachineFunction()
101 Inverted = true; in runOnMachineFunction()
105 Inverted = true; in runOnMachineFunction()
109 Inverted = true; in runOnMachineFunction()
113 Inverted = true; in runOnMachineFunction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp855 bool Inverted; in rewriteCMov() local
856 std::tie(CondReg, Inverted) = in rewriteCMov()
867 .setImm(Inverted ? X86::COND_E : X86::COND_NE); in rewriteCMov()
881 bool Inverted; in rewriteFCMov() local
882 std::tie(CondReg, Inverted) = in rewriteFCMov()
890 auto getFCMOVOpcode = [](unsigned Opcode, bool Inverted) { in rewriteFCMov() argument
897 return Inverted ? X86::CMOVE_Fp32 : X86::CMOVNE_Fp32; in rewriteFCMov()
902 return Inverted ? X86::CMOVE_Fp64 : X86::CMOVNE_Fp64; in rewriteFCMov()
907 return Inverted ? X86::CMOVE_Fp80 : X86::CMOVNE_Fp80; in rewriteFCMov()
912 CMovI.setDesc(TII->get(getFCMOVOpcode(CMovI.getOpcode(), Inverted))); in rewriteFCMov()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1376 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in createReplacement() argument
1384 if (Inverted) in createReplacement()
1443 bool Inverted = L->contains(BI->getSuccessor(1)); in optimizeLoopExitWithUnknownExitCount() local
1453 if (Inverted) { in optimizeLoopExitWithUnknownExitCount()
1487 auto EL = SE->computeExitLimitFromCond(L, ICmp, Inverted, in optimizeLoopExitWithUnknownExitCount()
1516 createReplacement(OldCond, L, ExitingBB, MaxIter, Inverted, in optimizeLoopExitWithUnknownExitCount()
H A DStructurizeCFG.cpp611 Instruction *Inverted; in simplifyConditions() local
612 if (match(Cond, m_Not(m_OneUse(m_Instruction(Inverted)))) && in simplifyConditions()
614 if (auto *InvertedCmp = dyn_cast<CmpInst>(Inverted)) { in simplifyConditions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3482 auto *Inverted = in invertCondition() local
3485 Inverted->insertAfter(Inst); in invertCondition()
3487 Inverted->insertBefore(&*Parent->getFirstInsertionPt()); in invertCondition()
3488 return Inverted; in invertCondition()
H A DBasicBlockUtils.cpp1900 auto Inverted = invertCondition(Condition); in calcPredicateUsingBooleans() local
1902 Phi->addIncoming(Inverted, In); in calcPredicateUsingBooleans()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h106 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
H A DInstCombineAndOrXor.cpp665 bool Inverted) { in simplifyRangeCheck() argument
672 ICmpInst::Predicate Pred0 = (Inverted ? Cmp0->getInversePredicate() : in simplifyRangeCheck()
680 ICmpInst::Predicate Pred1 = (Inverted ? Cmp1->getInversePredicate() : in simplifyRangeCheck()
709 if (Inverted) in simplifyRangeCheck()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2288 bool Inverted = false; in LowerBRCOND() local
2299 Inverted = true; in LowerBRCOND()
2379 if (Inverted) in LowerBRCOND()
2476 M68k::CondCode MxCond = Inverted ? M68k::COND_EQ : M68k::COND_NE; in LowerBRCOND()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.md2118 ;; Inverted loads with a 16bit destination.
2160 ;; Inverted loads with a 32bit destination.
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.md3157 ;; Inverted loads with a 16bit destination.
3197 ;; Inverted loads with a 32bit destination.
/openbsd-src/share/misc/
H A Dusb_hid_usages2716 0x103 Polarity Inverted Bar Code
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5140delta.pod59 However, see L</Inverted bracketed character classes and multi-character folds>,
534 =head3 Inverted bracketed character classes and multi-character folds