Home
last modified time | relevance | path

Searched refs:IsSwapped (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h655 const MachineInstr &OI, bool *IsSwapped,
H A DX86InstrInfo.cpp4014 const MachineInstr &OI, bool *IsSwapped, in isRedundantFlagInstr() argument
4033 *IsSwapped = false; in isRedundantFlagInstr()
4037 *IsSwapped = true; in isRedundantFlagInstr()
4328 bool IsSwapped = false; in optimizeCompareInstr() local
4394 Inst, &IsSwapped, &ImmDelta)) { in optimizeCompareInstr()
4446 if (MI || IsSwapped || ImmDelta != 0) { in optimizeCompareInstr()
4498 } else if (IsSwapped) { in optimizeCompareInstr()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp567 bool IsSwapped = L->isLoopInvariant(ICI->getOperand(0)); in eliminateTrunc() local
568 auto *Op1 = IsSwapped ? ICI->getOperand(0) : ICI->getOperand(1); in eliminateTrunc()
577 if (IsSwapped) Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateTrunc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13321 bool IsSwapped = ((i > 0) && in CheckImplicitArgumentConversions() local
13323 IsSwapped |= ((i < (NumArgs - 1)) && in CheckImplicitArgumentConversions()
13325 if (IsSwapped) { in CheckImplicitArgumentConversions()