Searched defs:isIndirectBranch (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCInstrAnalysis.h | 67 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch() function |
H A D | MCInstrDesc.h | 311 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch() function |
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ | ||
H A D | LoongArchMCTargetDesc.cpp | 172 bool isIndirectBranch(const MCInst &Inst) const override { isIndirectBranch() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ | ||
H A D | RISCVMCTargetDesc.cpp | 289 bool isIndirectBranch(const MCInst &Inst) const override { isIndirectBranch() function in __anon156163d10111::RISCVMCInstrAnalysis |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenInstruction.h | 245 bool isIndirectBranch : 1; variable |