Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h445 bool isAsCheapAsAMove() const { return Flags & (1 << MCID::CheapAsAMove); } in isAsCheapAsAMove() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h251 bool isAsCheapAsAMove : 1; variable
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h256 virtual bool isAsCheapAsAMove(const MachineInstr *MI) const { in isAsCheapAsAMove() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp545 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr *MI) const { in isAsCheapAsAMove() function in AArch64InstrInfo