Home
last modified time | relevance | path

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

/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()
DSimplifyCFG.cpp2722 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
2773 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() 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/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
DInstructionCombining.cpp2197 Value *NewCond = Builder->CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() 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/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
DLoopStrengthReduce.cpp2343 ICmpInst *NewCond = in OptimizeMax() 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/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
DInstructionCombining.cpp2681 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2052 ICmpInst *NewCond = in OptimizeMax() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3603 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15823 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerSELECT() local
16554 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22161 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local
22841 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local