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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 334 bool isInsertSubregLike() const { return Flags & (1 << MCID::InsertSubreg); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 376 bool isInsertSubregLike() const { return Flags & (1ULL << MCID::InsertSubreg); }
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 207 (MI.isRegSequenceLike() || MI.isInsertSubregLike() ||
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 250 (MI.isRegSequenceLike() || MI.isInsertSubregLike() ||
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 594 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 648 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 424 milliseconds