Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp878 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1202 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp671 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
DPPCReduceCRLogicals.cpp120 MachineInstr *NewCond; member
/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-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1174 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local
1652 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1654 Value *NewCond = Builder.CreateFCmp(InvPred, TrueVal, FalseVal, in visitSelectInst() local
1697 Value *NewCond = Builder.CreateFCmp(InvPred, FalseVal, TrueVal, in visitSelectInst() local
DInstructionCombining.cpp2387 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp354 Value *NewCond) { in setGuardCondition()
DLoopStrengthReduce.cpp2310 ICmpInst *NewCond = in OptimizeMax() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp875 auto *NewCond = Builder.CreateICmp( in TEST_F() local
964 auto *NewCond = Builder.CreateICmp( in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1594 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
1628 Instruction *NewCond = in FoldBranchToCommonDest() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1888 ISD::CondCode NewCond; in optimizeSetCCOfSignedTruncationCheck() local
2517 ISD::CondCode NewCond = Cond; in SimplifySetCC() local
2633 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2405 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-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2671 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local
2722 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1740 ICmpInst *NewCond = in OptimizeMax() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2052 ICmpInst *NewCond = in OptimizeMax() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3435 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8635 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerSELECT() local
8784 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerBRCOND() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18933 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local
19667 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local