Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp82 void llvm::widenWidenableBranch(BranchInst *WidenableBR, Value *NewCond) { in widenWidenableBranch()
108 void llvm::setWidenableBranchCond(BranchInst *WidenableBR, Value *NewCond) { in setWidenableBranchCond()
/external/llvm-project/llvm/lib/Transforms/Utils/
DGuardUtils.cpp82 void llvm::widenWidenableBranch(BranchInst *WidenableBR, Value *NewCond) { in widenWidenableBranch()
108 void llvm::setWidenableBranchCond(BranchInst *WidenableBR, Value *NewCond) { in setWidenableBranchCond()
/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp467 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local
509 Value *NewCond = in UpdateBranch() local
DBranchFolding.cpp1099 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1553 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp459 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local
503 Value *NewCond = in UpdateBranch() local
DBranchFolding.cpp1143 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1602 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1293 static void replaceExitCond(BranchInst *BI, Value *NewCond, in replaceExitCond()
1306 auto *NewCond = in foldExit() local
1323 auto *NewCond = Builder.CreateICmp(InvariantPred, LHSV, RHSV, in replaceWithInvariantCond() local
1695 Value *NewCond; in predicateLoopExits() local
DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
DLoopPredication.cpp1165 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1028 Value *NewCond = Builder->CreateFCmp(InvPred, TrueVal, FalseVal, in visitSelectInst() local
1071 Value *NewCond = Builder->CreateFCmp(InvPred, FalseVal, TrueVal, in visitSelectInst() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
/external/llvm/lib/CodeGen/
DBranchFolding.cpp1034 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1429 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp116 MachineInstr *NewCond; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp213 Value *NewCond = State->Callback.getOrCreateVectorValues(IRCBV, 0); in execute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
DLoopPredication.cpp1171 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
DIndVarSimplify.cpp2742 auto *NewCond = ConstantInt::get(OldCond->getType(), in optimizeLoopExits() local
2952 Value *NewCond; in predicateLoopExits() local
/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp751 auto *NewCond = Builder.CreateICmp( in TEST_F() local
840 auto *NewCond = Builder.CreateICmp( in TEST_F() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1885 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp358 Value *NewCond = State->Callback.getOrCreateVectorValues(IRCBV, 0); in execute() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3204 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
4052 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
4102 ISD::CondCode NewCond = ISD::SETCC_INVALID; in SimplifySetCC() local
4131 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2316 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
2367 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2455 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, in visitSelectInst() local

12