Home
last modified time | relevance | path

Searched defs:isAsCheapAsAMove (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h518 bool isAsCheapAsAMove() const { in isAsCheapAsAMove() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h250 bool isAsCheapAsAMove : 1; variable
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h217 virtual bool isAsCheapAsAMove(const MachineInstr *MI) const { in isAsCheapAsAMove() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp548 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr *MI) const { in isAsCheapAsAMove() function in AArch64InstrInfo