Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp82 void llvm::widenWidenableBranch(BranchInst *WidenableBR, Value *NewCond) { in widenWidenableBranch()
108 void llvm::setWidenableBranchCond(BranchInst *WidenableBR, Value *NewCond) { in setWidenableBranchCond()
H A DBasicBlockUtils.cpp2202 Value *NewCond = PBI->getCondition(); in InvertBranch() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp548 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local
593 Value *NewCond = in UpdateBranch() local
H A DBranchFolding.cpp1114 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1578 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1181 static void replaceExitCond(BranchInst *BI, Value *NewCond, in replaceExitCond()
1203 auto *NewCond = createFoldedExitCond(L, ExitingBB, IsTaken); in foldExit() local
1409 auto *NewCond = *Replaced; in optimizeLoopExitWithUnknownExitCount() local
1865 Value *NewCond; in predicateLoopExits() local
H A DLoopPredication.cpp1245 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); predicateLoopExits() local
H A DGuardWidening.cpp98 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
H A DLICM.cpp2475 Value *NewCond = Builder.CreateICmp(P, LHS1, NewRHS); in hoistMinMax() local
H A DLoopStrengthReduce.cpp2587 ICmpInst *NewCond = new ICmpInst(Cond->getIterator(), Pred, in OptimizeMax() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2269 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerSELECT() local
2471 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3781 Value *NewCond = Op0; in visitSwitchInst() local
3850 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
H A DInstCombineSelect.cpp3670 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, in visitSelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1711 Value *NewCond = State.get(Cond, Part, State.VF.isScalar()); in execute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4103 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
5168 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
5234 ISD::CondCode NewCond = ISD::SETCC_INVALID; in SimplifySetCC() local
5263 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4649 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9750 Register NewCond = MRI.createVirtualRegister(&AArch64::GPR64commonRegClass); in createRemainingIterationsGreaterCondition() local
H A DAArch64ISelLowering.cpp23897 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15849 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { combine_CC() local
16895 SDValue NewCond = Cond.getOperand(0); PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24123 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local
46396 SDValue NewCond = in combineSelect() local