HomeSort by: relevance | last modified time | path
    Searched refs:Optimizable (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 118 // the instruction defining one of the operands and sets Optimizable to true.
121 unsigned &FalseOp, bool &Optimizable) const override;
124 // returned Optimizable = true, attempt to optimize MI by merging it with one
LanaiInstrInfo.cpp 441 bool &Optimizable) const {
451 Optimizable = true;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 635 bool Optimizable = false;
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
639 if (!Optimizable)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 901 /// Optimizable.
907 /// @param Optimizable Returned as true if MI is optimizable.
912 bool &Optimizable) const {
918 /// analyzeSelect and returned Optimizable = true, attempt to optimize MI by
927 /// @param MI Optimizable select instruction.
935 // This function must be implemented if Optimizable is ever set.
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 305 unsigned &FalseOp, bool &Optimizable) const override;
ARMBaseInstrInfo.cpp 2310 bool &Optimizable) const {
2324 Optimizable = true;

Completed in 30 milliseconds