Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
H A DMCInstrDesc.h279 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon1bd8d1cf0111::MipsNaClELFStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h139 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1241 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h275 bool isCall : 1; ///< Is a function call. variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h247 bool isCall : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp995 bool isCall) { in parseSparcAsmOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1248 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local