HomeSort by relevance Sort by last modified time
    Searched full:extractsubreg (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 127 ExtractSubreg,
321 return Flags & (1 << MCID::ExtractSubreg);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 509 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)";
FastISelEmitter.cpp 675 OS << "extractsubreg(" << RetVTName
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 549 return hasProperty(MCID::ExtractSubreg, Type);
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 328 /// \brief Specialized version of getNextSource for ExtractSubreg
    [all...]

Completed in 263 milliseconds