Searched defs:isAsCheapAsAMove (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp546 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr *MI) const { function in class:AArch64InstrInfo
548 return MI->isAsCheapAsAMove();
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h464 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
471 /// This method could be called by interface TargetInstrInfo::isAsCheapAsAMove
473 bool isAsCheapAsAMove() const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h203 /// isAsCheapAsAMove - Return true if the instruction is as cheap as a move
208 virtual bool isAsCheapAsAMove(const MachineInstr *MI) const { function in class:llvm::TargetInstrInfo
209 return MI->isAsCheapAsAMove();

Completed in 87 milliseconds