Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
H A DMCPseudoProbe.h150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
H A DMCInstrDesc.h288 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 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.cpp121 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.cpp246 bool isCall(const MCInst &Inst) const override { in isCall() function in __anon4993c57e0111::RISCVMCInstrAnalysis
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h252 bool isCall : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1228 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h287 bool isCall : 1; ///< Is a function call. variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1359 bool isCall) { in parseSparcAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1248 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local