Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrAnalysis.h75 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
HDMCInstrDesc.h276 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchMCTargetDesc.cpp133 bool isReturn(const MCInst &Inst) const override { in isReturn() function in __anon664fd4440111::LoongArchMCInstrAnalysis
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVMCTargetDesc.cpp259 bool isReturn(const MCInst &Inst) const override { in isReturn() function in __anon51b74bd80111::RISCVMCInstrAnalysis
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.h242 bool isReturn : 1; variable