Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Passes/
H A DRetpolineInsertion.h29 bool isCall() const { return IsCall; } in isCall() function
/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(); } isCall() function
H A DMCInstrDesc.h288 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h67 bool isCall() const { return targetAndKind.getInt() == Kind::Call; } in isCall() function
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { isCall() function in __anone3f503b70111::MipsNaClELFStreamer
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp121 bool isCall(const MCInst &Inst) const override { isCall() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp247 bool isCall(const MCInst &Inst) const override { isCall() function in __anon156163d10111::RISCVMCInstrAnalysis
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h252 bool isCall : 1; variable
/llvm-project/flang/lib/Semantics/
H A Dpointer-assignment.cpp365 Check(parser::CharBlock rhsName,bool isCall,const Procedure * rhsProcedure,const evaluate::SpecificIntrinsic * specific) Check() argument
H A Dcheck-call.cpp1432 bool isCall{!!UnwrapProcedureRef(*targetExpr)}; CheckAssociated() local
/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1228 inline bool LazyCallGraph::Edge::isCall() const { isCall() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h287 bool isCall : 1; ///< Is a function call. variable
/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1298 parseSparcAsmOperand(std::unique_ptr<SparcOperand> & Op,bool isCall) parseSparcAsmOperand() argument
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1248 if (In.isCall()) in buildStmt() local
/llvm-project/flang/lib/Evaluate/
H A Dtools.cpp1091 CheckProcCompatibility(bool isCall,const std::optional<characteristics::Procedure> & lhsProcedure,const characteristics::Procedure * rhsProcedure,const SpecificIntrinsic * specificIntrinsic,std::string & whyNotCompatible,std::optional<std::string> & warning,bool ignoreImplicitVsExplicit) CheckProcCompatibility() argument