Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anonbf4b4bd60111::MipsNaClELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp121 bool isCall(const MCInst &Inst) const override { in isCall() function in __anoncd98e47c0111::LoongArchMCInstrAnalysis
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp238 bool isCall(const MCInst &Inst) const override { isCall() function in __anonbeefa4100111::RISCVMCInstrAnalysis
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { isCall() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h275 bool isCall : 1; ///< Is a function call. global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1253 parseSparcAsmOperand(std::unique_ptr<SparcOperand> & Op,bool isCall) parseSparcAsmOperand() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1248 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local