Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h529 bool isAsCheapAsAMove() const { return Flags & (1ULL << MCID::CheapAsAMove); } in isAsCheapAsAMove() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h268 bool isAsCheapAsAMove : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp803 bool RISCVInstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const { in isAsCheapAsAMove() function in RISCVInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h368 virtual bool isAsCheapAsAMove(const MachineInstr &MI) const { in isAsCheapAsAMove() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp806 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const { in isAsCheapAsAMove() function in AArch64InstrInfo