/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 82 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/ |
D | GuardUtils.cpp | 82 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/ |
D | HardwareLoops.cpp | 467 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local 509 Value *NewCond = in UpdateBranch() local
|
D | BranchFolding.cpp | 1099 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/ |
D | HardwareLoops.cpp | 459 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec() local 503 Value *NewCond = in UpdateBranch() local
|
D | BranchFolding.cpp | 1143 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local 1602 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1293 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
|
D | GuardWidening.cpp | 97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
|
D | LoopPredication.cpp | 1165 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1028 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/ |
D | PPCCTRLoops.cpp | 603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 1034 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local 1429 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCReduceCRLogicals.cpp | 116 MachineInstr *NewCond; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCReduceCRLogicals.cpp | 116 MachineInstr *NewCond; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 213 Value *NewCond = State->Callback.getOrCreateVectorValues(IRCBV, 0); in execute() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition()
|
D | LoopPredication.cpp | 1171 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() local
|
D | IndVarSimplify.cpp | 2742 auto *NewCond = ConstantInt::get(OldCond->getType(), in optimizeLoopExits() local 2952 Value *NewCond; in predicateLoopExits() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 751 auto *NewCond = Builder.CreateICmp( in TEST_F() local 840 auto *NewCond = Builder.CreateICmp( in TEST_F() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1885 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/ |
D | VPlan.cpp | 358 Value *NewCond = State->Callback.getOrCreateVectorValues(IRCBV, 0); in execute() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3204 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/ |
D | SimplifyCFG.cpp | 2316 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/ |
D | TargetLowering.cpp | 2938 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/ |
D | InstCombineSelect.cpp | 2455 Value *NewCond = Builder.CreateFCmp(InvPred, Cmp0, Cmp1, in visitSelectInst() local
|