Home
last modified time | relevance | path

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

/freebsd-src/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.cpp2190 Value *NewCond = PBI->getCondition(); InvertBranch() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp543 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); InsertLoopDec() local
585 Value *NewCond = UpdateBranch() local
H A DBranchFolding.cpp1105 SmallVector<MachineOperand, 4> NewCond(Cond); TailMergeBlocks() local
1567 SmallVector<MachineOperand, 4> NewCond(CurCond); OptimizeBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1169 replaceExitCond(BranchInst * BI,Value * NewCond,SmallVectorImpl<WeakTrackingVH> & DeadInsts) replaceExitCond() argument
1191 auto *NewCond = createFoldedExitCond(L, ExitingBB, IsTaken); foldExit() local
1397 auto *NewCond = *Replaced; optimizeLoopExitWithUnknownExitCount() local
1853 Value *NewCond; predicateLoopExits() local
[all...]
H A DLoopPredication.cpp1162 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
H A DGuardWidening.cpp97 setCondition(Instruction * I,Value * NewCond) setCondition() argument
H A DLICM.cpp2460 Value *NewCond = Builder.CreateICmp(P, LHS1, NewRHS); hoistMinMax() local
H A DLoopStrengthReduce.cpp2398 ICmpInst *NewCond = OptimizeMax() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2268 if (SDValue NewCond = LowerSETCC(Cond, DAG)) LowerSELECT() local
2470 if (SDValue NewCond = LowerSETCC(Cond, DAG)) LowerBRCOND() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3321 Value *NewCond = Op0; visitSwitchInst() local
3380 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); visitSwitchInst() local
H A DInstCombineSelect.cpp3449 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, visitSelectInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4039 ISD::CondCode NewCond; optimizeSetCCOfSignedTruncationCheck() local
5094 ISD::CondCode NewCond = Cond; SimplifySetCC() local
5159 ISD::CondCode NewCond = ISD::SETCC_INVALID; SimplifySetCC() local
5188 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; SimplifySetCC() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4595 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); performSelectCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9366 Value *NewCond = State.VF.isVector() ? State.get(Cond, Part) execute() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14513 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { combine_CC() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22463 auto NewCond = getInvertedCondCode(OldCond); performSETCCCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23911 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { LowerSELECT() local
45328 SDValue NewCond = combineSelect() local
[all...]