HomeSort by relevance Sort by last modified time
    Searched defs:NewCond (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 603 Value *NewCond = CondBuilder.CreateCall(DecFunc, {});
605 CountedExitBranch->setCondition(NewCond);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 671 Value *NewCond = CondBuilder.CreateCall(DecFunc, {});
673 CountedExitBranch->setCondition(NewCond);
PPCReduceCRLogicals.cpp 120 MachineInstr *NewCond;
129 if (NewCond && NewCond->getParent() != MBB)
141 /// be deleted, it is provided in \p MIToDelete and \p NewCond will be used as
207 if (BSI.NewCond) {
210 FirstTerminator->getOperand(0).setReg(BSI.NewCond->getOperand(0).getReg());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 875 auto *NewCond = Builder.CreateICmp(
877 Builder.CreateCondBr(NewCond, L, Post);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1115 milliseconds