HomeSort by relevance Sort by last modified time
    Searched refs:Optimizable (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 114 // the instruction defining one of the operands and sets Optimizable to true.
117 unsigned &FalseOp, bool &Optimizable) const override;
120 // returned Optimizable = true, attempt to optimize MI by merging it with one
LanaiInstrInfo.cpp 443 bool &Optimizable) const {
453 Optimizable = true;
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 586 bool Optimizable = false;
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable))
590 if (!Optimizable)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 267 unsigned &FalseOp, bool &Optimizable) const override;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 243 milliseconds