Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp82 void llvm::widenWidenableBranch(BranchInst *WidenableBR, Value *NewCond) { in widenWidenableBranch() argument
108 void llvm::setWidenableBranchCond(BranchInst *WidenableBR, Value *NewCond) { in setWidenableBranchCond() argument
H A DBasicBlockUtils.cpp2202 Value *NewCond = PBI->getCondition(); InvertBranch() local
/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp548 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); InsertLoopDec() local
593 Value *NewCond = UpdateBranch() local
H A DBranchFolding.cpp1111 SmallVector<MachineOperand, 4> NewCond(Cond); TailMergeBlocks() local
1575 SmallVector<MachineOperand, 4> NewCond(CurCond); OptimizeBlock() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1865 Value *NewCond; in predicateLoopExits() local
1181 replaceExitCond(BranchInst * BI,Value * NewCond,SmallVectorImpl<WeakTrackingVH> & DeadInsts) replaceExitCond() argument
1203 auto *NewCond = createFoldedExitCond(L, ExitingBB, IsTaken); foldExit() local
1409 auto *NewCond = *Replaced; optimizeLoopExitWithUnknownExitCount() local
[all...]
H A DLoopPredication.cpp1162 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); predicateLoopExits() local
H A DGuardWidening.cpp98 setCondition(Instruction * I,Value * NewCond) setCondition() argument
H A DLICM.cpp2472 Value *NewCond = Builder.CreateICmp(P, LHS1, NewRHS); hoistMinMax() local
H A DLoopStrengthReduce.cpp2583 ICmpInst *NewCond = new ICmpInst(Cond->getIterator(), Pred, OptimizeMax() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/llvm-project/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp797 auto *NewCond = Builder.CreateICmp( TEST_F() local
886 auto *NewCond = Builder.CreateICmp( TEST_F() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2269 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerSELECT() local
2471 Cond = NewCond; in LowerBRCOND() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1622 Value *NewCond = State.get(Cond, Part, State.VF.isScalar()); execute() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3781 Value *NewCond = Op0; visitSwitchInst() local
3850 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); visitSwitchInst() local
H A DInstCombineSelect.cpp3641 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, visitSelectInst() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4093 ISD::CondCode NewCond; optimizeSetCCOfSignedTruncationCheck() local
5158 ISD::CondCode NewCond = Cond; SimplifySetCC() local
5224 ISD::CondCode NewCond = ISD::SETCC_INVALID; SimplifySetCC() local
5253 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; SimplifySetCC() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9742 Register NewCond = MRI.createVirtualRegister(&AArch64::GPR64commonRegClass); createRemainingIterationsGreaterCondition() local
H A DAArch64ISelLowering.cpp23683 auto NewCond = getInvertedCondCode(OldCond); performSETCCCombine() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4649 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); performSelectCombine() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15785 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { combine_CC() local
16836 SDValue NewCond = Cond.getOperand(0); PerformDAGCombine() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24147 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { LowerSELECT() local
46304 SDValue NewCond = combineSelect() local
[all...]