/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GuardUtils.cpp | 82 void llvm::widenWidenableBranch(BranchInst *WidenableBR, Value *NewCond) { in widenWidenableBranch() 108 void llvm::setWidenableBranchCond(BranchInst *WidenableBR, Value *NewCond) { in setWidenableBranchCond()
|
H A D | BasicBlockUtils.cpp | 2202 Value *NewCond = PBI->getCondition(); in InvertBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 548 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local 593 Value *NewCond = in UpdateBranch() local
|
H A D | BranchFolding.cpp | 1114 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 D | IndVarSimplify.cpp | 1181 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 D | LoopPredication.cpp | 1245 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); predicateLoopExits() local
|
H A D | GuardWidening.cpp | 98 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
|
H A D | LICM.cpp | 2475 Value *NewCond = Builder.CreateICmp(P, LHS1, NewRHS); in hoistMinMax() local
|
H A D | LoopStrengthReduce.cpp | 2587 ICmpInst *NewCond = new ICmpInst(Cond->getIterator(), Pred, in OptimizeMax() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 116 MachineInstr *NewCond; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2269 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 D | InstructionCombining.cpp | 3781 Value *NewCond = Op0; in visitSwitchInst() local 3850 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
|
H A D | InstCombineSelect.cpp | 3670 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, in visitSelectInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1711 Value *NewCond = State.get(Cond, Part, State.VF.isScalar()); in execute() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4103 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 D | AMDGPUISelLowering.cpp | 4649 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 9750 Register NewCond = MRI.createVirtualRegister(&AArch64::GPR64commonRegClass); in createRemainingIterationsGreaterCondition() local
|
H A D | AArch64ISelLowering.cpp | 23897 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15849 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 D | X86ISelLowering.cpp | 24123 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local 46396 SDValue NewCond = in combineSelect() local
|