Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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.cpp2722 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
2773 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DHardwareLoops.cpp459 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local
503 Value *NewCond = in UpdateBranch() local
H A DBranchFolding.cpp1143 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1602 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dcond.go48 func NewCond(l Locker) *Cond { func
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1028 Value *NewCond = Builder->CreateFCmp(InvPred, TrueVal, FalseVal, in visitSelectInst() local
1071 Value *NewCond = Builder->CreateFCmp(InvPred, FalseVal, TrueVal, in visitSelectInst() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1034 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1429 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp213 Value *NewCond = State->Callback.getOrCreateVectorValues(IRCBV, 0); in execute() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
H A DIndVarSimplify.cpp2742 auto *NewCond = ConstantInt::get(OldCond->getType(), in optimizeLoopExits() local
2952 Value *NewCond; in predicateLoopExits() local
H A DLoopPredication.cpp1171 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1885 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2938 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
3742 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
3836 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2316 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
2367 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3849 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
4897 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
4947 ISD::CondCode NewCond = ISD::SETCC_INVALID; in SimplifySetCC() local
4976 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local

12