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

  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 496 LanaiInstrInfo::optimizeSelect(MachineInstr &MI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 494 LanaiInstrInfo::optimizeSelect(MachineInstr &MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 154 bool optimizeSelect(MachineInstr *MI,
582 bool PeepholeOptimizer::optimizeSelect(MachineInstr *MI,
592 if (!TII->optimizeSelect(*MI, LocalMIs))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 191 bool optimizeSelect(MachineInstr &MI,
627 bool PeepholeOptimizer::optimizeSelect(MachineInstr &MI,
637 if (!TII->optimizeSelect(MI, LocalMIs))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 154 bool optimizeSelect(const SelectInst *SI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 198 bool optimizeSelect(const SelectInst *SI);
    [all...]

Completed in 369 milliseconds