Home
last modified time | relevance | path

Searched defs:isCall (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h72 virtual bool isCall(const MCInst &Inst) const { in isCall() function
H A DMCPseudoProbe.h157 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
H A DMCInstrDesc.h289 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp72 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon9e739b040111::MipsNaClELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp126 bool isCall(const MCInst &Inst) const override { in isCall() function in __anond44693ea0111::LoongArchMCInstrAnalysis
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp251 bool isCall(const MCInst &Inst) const override { in isCall() function in __anon4993c57e0111::RISCVMCInstrAnalysis
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h250 bool isCall : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1229 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h291 bool isCall : 1; ///< Is a function call. variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1250 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local