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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 212 /// isAsCheapAsAMove - Return true if the instruction is as cheap as a move
217 virtual bool isAsCheapAsAMove(const MachineInstr *MI) const {
218 return MI->isAsCheapAsAMove();
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 509 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
516 /// This method could be called by interface TargetInstrInfo::isAsCheapAsAMove
518 bool isAsCheapAsAMove() const {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 548 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr *MI) const {
550 return MI->isAsCheapAsAMove();
    [all...]

Completed in 634 milliseconds