| /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()
 
 | 
| D | SimplifyCFG.cpp | 2722       Value *NewCond = PBI->getCondition();  in FoldBranchToCommonDest()  local2773       Instruction *NewCond = cast<Instruction>(  in FoldBranchToCommonDest()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | HardwareLoops.cpp | 459   Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops);  in InsertLoopDec()  local503   Value *NewCond =  in UpdateBranch()  local
 
 | 
| D | BranchFolding.cpp | 1143         SmallVector<MachineOperand, 4> NewCond(Cond);  in TailMergeBlocks()  local1602       SmallVector<MachineOperand, 4> NewCond(CurCond);  in OptimizeBlock()  local
 
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSelect.cpp | 1028         Value *NewCond = Builder->CreateFCmp(InvPred, TrueVal, FalseVal,  in visitSelectInst()  local1071         Value *NewCond = Builder->CreateFCmp(InvPred, FalseVal, TrueVal,  in visitSelectInst()  local
 
 | 
| D | InstructionCombining.cpp | 2197     Value *NewCond = Builder->CreateTrunc(Cond, Ty, "trunc");  in visitSwitchInst()  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()  local1429       SmallVector<MachineOperand, 4> NewCond(CurCond);  in OptimizeBlock()  local
 
 | 
| /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()  local2952     Value *NewCond;  in predicateLoopExits()  local
 
 | 
| D | LoopStrengthReduce.cpp | 2343   ICmpInst *NewCond =  in OptimizeMax()  local
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | TargetLowering.cpp | 1885         ISD::CondCode NewCond = Cond;  in SimplifySetCC()  local2000     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()  local2367       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()  local3742         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
 | 
| D | InstructionCombining.cpp | 2681     Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc");  in visitSwitchInst()  local
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | LoopStrengthReduce.cpp | 2052   ICmpInst *NewCond =  in OptimizeMax()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUISelLowering.cpp | 3603       SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC);  in performSelectCombine()  local
 | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 15823     if (SDValue NewCond = LowerSETCC(Cond, DAG))  in LowerSELECT()  local16554       if (SDValue NewCond = LowerSETCC(Cond, DAG))  in LowerBRCOND()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 22161     if (SDValue NewCond = LowerSETCC(Cond, DAG)) {  in LowerSELECT()  local22841       if (SDValue NewCond = LowerSETCC(Cond, DAG))  in LowerBRCOND()  local
 
 |