Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp81 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()
189 if (!Inverted) { in runOnMachineFunction()
195 Inverted = true; in runOnMachineFunction()
[all …]
/llvm-project-15.0.7/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()
923 bool Inverted; in rewriteCondJmp() local
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1364 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in optimizeLoopExitWithUnknownExitCount() argument
1382 if (Inverted) in optimizeLoopExitWithUnknownExitCount()
1389 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount()
1393 if (Inverted) in optimizeLoopExitWithUnknownExitCount()
1421 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount()
1635 auto OptimizeCond = [&](bool Inverted, bool SkipLastIter) { in optimizeLoopExits() argument
1637 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE, in optimizeLoopExits()
H A DStructurizeCFG.cpp594 Instruction *Inverted; in simplifyConditions() local
595 if (match(Cond, m_Not(m_OneUse(m_Instruction(Inverted)))) && in simplifyConditions()
597 if (auto *InvertedCmp = dyn_cast<CmpInst>(Inverted)) { in simplifyConditions()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3366 auto *Inverted = in invertCondition() local
3369 Inverted->insertAfter(Inst); in invertCondition()
3371 Inverted->insertBefore(&*Parent->getFirstInsertionPt()); in invertCondition()
3372 return Inverted; in invertCondition()
H A DBasicBlockUtils.cpp1723 auto Inverted = invertCondition(Condition); in convertToGuardPredicates() local
1725 Phi->addIncoming(Inverted, In); in convertToGuardPredicates()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2260 bool Inverted = false; in LowerBRCOND() local
2271 Inverted = true; in LowerBRCOND()
2351 if (Inverted) in LowerBRCOND()
2448 M68k::CondCode MxCond = Inverted ? M68k::COND_EQ : M68k::COND_NE; in LowerBRCOND()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h106 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
H A DInstCombineAndOrXor.cpp668 bool Inverted) { in simplifyRangeCheck() argument
675 ICmpInst::Predicate Pred0 = (Inverted ? Cmp0->getInversePredicate() : in simplifyRangeCheck()
683 ICmpInst::Predicate Pred1 = (Inverted ? Cmp1->getInversePredicate() : in simplifyRangeCheck()
712 if (Inverted) in simplifyRangeCheck()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dlogical-select-inseltpoison.ll490 ; Inverted 'and' constants mean this is a select which is canonicalized to a shuffle.
H A Dlogical-select.ll522 ; Inverted 'and' constants mean this is a select which is canonicalized to a shuffle.
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt86 # Vector Move Inverted Immediate Shifted
101 # Vector Move Inverted Immediate Masked
/llvm-project-15.0.7/llvm/test/Transforms/LoopSimplifyCFG/
H A Dconstant-fold-branch.ll1060 ; Inverted condition in live_part.