/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
|
D | InstructionCombining.cpp | 2197 Value *NewCond = Builder->CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.cpp | 878 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local 1202 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 671 Value *NewCond = CondBuilder.CreateCall(DecFunc, {}); in convertToCTRLoop() local
|
D | PPCReduceCRLogicals.cpp | 120 MachineInstr *NewCond; member
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 1174 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/ |
D | InstCombineSelect.cpp | 1654 Value *NewCond = Builder.CreateFCmp(InvPred, TrueVal, FalseVal, in visitSelectInst() local 1697 Value *NewCond = Builder.CreateFCmp(InvPred, FalseVal, TrueVal, in visitSelectInst() local
|
D | InstructionCombining.cpp | 2387 Value *NewCond = Builder.CreateTrunc(Cond, Ty, "trunc"); in visitSwitchInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 354 Value *NewCond) { in setGuardCondition()
|
D | LoopStrengthReduce.cpp | 2310 ICmpInst *NewCond = in OptimizeMax() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 875 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/ |
D | SimplifyCFG.cpp | 1594 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local 1628 Instruction *NewCond = in FoldBranchToCommonDest() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1888 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/ |
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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2405 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-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2671 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local 2722 Instruction *NewCond = cast<Instruction>( in FoldBranchToCommonDest() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1740 ICmpInst *NewCond = in OptimizeMax() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2052 ICmpInst *NewCond = in OptimizeMax() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3435 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8635 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/ |
D | X86ISelLowering.cpp | 18933 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() local 19667 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND() local
|