/llvm-project/bolt/include/bolt/Passes/ |
H A D | RetpolineInsertion.h | 29 bool isCall() const { return IsCall; } in isCall() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrAnalysis.h | 71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
|
H A D | MCPseudoProbe.h | 150 bool isCall() const { return isIndirectCall() || isDirectCall(); } isCall() function
|
H A D | MCInstrDesc.h | 288 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | CallGraph.h | 67 bool isCall() const { return targetAndKind.getInt() == Kind::Call; } in isCall() function
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { isCall() function in __anone3f503b70111::MipsNaClELFStreamer
|
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 121 bool isCall(const MCInst &Inst) const override { isCall() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.cpp | 247 bool isCall(const MCInst &Inst) const override { isCall() function in __anon156163d10111::RISCVMCInstrAnalysis
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.h | 252 bool isCall : 1; variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | pointer-assignment.cpp | 365 Check(parser::CharBlock rhsName,bool isCall,const Procedure * rhsProcedure,const evaluate::SpecificIntrinsic * specific) Check() argument
|
H A D | check-call.cpp | 1432 bool isCall{!!UnwrapProcedureRef(*targetExpr)}; CheckAssociated() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1228 inline bool LazyCallGraph::Edge::isCall() const { isCall() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 287 bool isCall : 1; ///< Is a function call. variable
|
/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1298 parseSparcAsmOperand(std::unique_ptr<SparcOperand> & Op,bool isCall) parseSparcAsmOperand() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1248 if (In.isCall()) in buildStmt() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 1091 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
|