Searched defs:isCall (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h53 virtual bool isCall(const MCInst &Inst) const { function in class:llvm::MCInstrAnalysis
H A DMCInstrDesc.h286 bool isCall() const { return Flags & (1ULL << MCID::Call); } function in class:llvm::MCInstrDesc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { function in class:__anon2314::MipsNaClELFStreamer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { function in class:llvm::LazyCallGraph::LazyCallGraph::Edge
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h87 bool isCall() const { return I.getInt() == 1; } function in class:llvm::CallSiteBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp870 parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Op, bool isCall) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1253 auto isCall = [] (const MachineInstr &In) -> bool { local

Completed in 146 milliseconds