| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerBrUnless.cpp | 71 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 D | X86FlagsCopyLowering.cpp | 855 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 D | IndVarSimplify.cpp | 1376 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 D | StructurizeCFG.cpp | 611 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 D | Local.cpp | 3482 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 D | BasicBlockUtils.cpp | 1900 auto Inverted = invertCondition(Condition); in calcPredicateUsingBooleans() local 1902 Phi->addIncoming(Inverted, In); in calcPredicateUsingBooleans()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 106 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
|
| H A D | InstCombineAndOrXor.cpp | 665 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 D | M68kISelLowering.cpp | 2288 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 D | h8300.md | 2118 ;; Inverted loads with a 16bit destination. 2160 ;; Inverted loads with a 32bit destination.
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.md | 3157 ;; Inverted loads with a 16bit destination. 3197 ;; Inverted loads with a 32bit destination.
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 2716 0x103 Polarity Inverted Bar Code
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5140delta.pod | 59 However, see L</Inverted bracketed character classes and multi-character folds>, 534 =head3 Inverted bracketed character classes and multi-character folds
|