Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DSimplifyCFG.cpp3598 Value *NewCond = PBI->getCondition(); in performBranchToCommonDestFolding() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp480 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local
522 Value *NewCond = in UpdateBranch() local
H A DBranchFolding.cpp1103 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1556 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1293 static void replaceExitCond(BranchInst *BI, Value *NewCond, in replaceExitCond()
1315 auto *NewCond = createFoldedExitCond(L, ExitingBB, IsTaken); in foldExit() local
1519 auto *NewCond = *Replaced; in optimizeLoopExitWithUnknownExitCount() local
1976 Value *NewCond; in predicateLoopExits() local
H A DGuardWidening.cpp98 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
H A DLoopPredication.cpp1238 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
H A DLoopStrengthReduce.cpp2398 ICmpInst *NewCond = in OptimizeMax() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2067 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerSELECT() local
2302 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3846 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
4894 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
4944 ISD::CondCode NewCond = ISD::SETCC_INVALID; in SimplifySetCC() local
4973 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3185 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, in visitSelectInst() local
H A DInstructionCombining.cpp3262 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3765 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9606 Value *NewCond = State.get(Cond, Part); in execute() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10013 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { in combine_CC() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20258 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25568 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local
46237 SDValue NewCond = in combineSelect() local