/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local 112 if (IsEmpty || IsCall) { in runOnMachineFunction() 114 if (IsCall) { in runOnMachineFunction() 126 if (IsCall) { in runOnMachineFunction()
|
H A D | X86VZeroUpper.cpp | 207 bool IsCall = MI.isCall(); in processBasicBlock() local 209 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() 243 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 161 bool IsCall = false; member in __anon72856b230211::MemoryLocOrCall 170 IsCall = true; in MemoryLocOrCall() 173 IsCall = false; in MemoryLocOrCall() 184 assert(IsCall); in getCall() 189 assert(!IsCall); in getLoc() 194 if (IsCall != Other.IsCall) in operator ==() 197 if (!IsCall) in operator ==() 229 if (!MLOC.IsCall) in getHashValue() 231 MLOC.IsCall, in getHashValue() 235 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.h | 131 template <class NodeTy, bool IsCall = false> 141 : IsCall ? CSKYII::MO_PLT32
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 279 bool IsCall) const;
|
H A D | VEISelLowering.cpp | 2073 bool IsCall = false) const { in prepareSymbol() argument 2082 if (IsCall && !IsLocal) { in prepareSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 70 bool IsCall(llvm::MCInst &mc_inst) const; 1168 bool IsCall() override { 1219 m_is_call = mc_disasm_ptr->IsCall(inst); in GetDisasmToUse() 1416 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in DisassemblerLLVMC() 1149 bool IsCall() override { IsCall() function in InstructionLLVMC 1377 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { IsCall() function in DisassemblerLLVMC::MCDisasmInstance
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 229 virtual bool IsCall() { return false; } in IsCall() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1278 bool IsCall = isCall(In); in buildStmt() local 1305 if (IsCall && Op.isDead()) in buildStmt() 1353 if (IsCall && Op.isDead()) { in buildStmt()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 1044 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 2001 bool IsCall = MI->getOpcode() == AArch64::BLRA; in emitPtrauthBranch() local 2018 if (IsCall) { in emitPtrauthBranch()
|
H A D | AArch64InstrInfo.cpp | 8637 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local 8638 return (llvm::any_of(C, IsCall)) && in getOutliningCandidateInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1534 if (instruction_sp->IsCall()) { in DoGuessValueAt()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 4292 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 4302 IsCall, Outputs); in SubstExprs()
|
H A D | TreeTransform.h | 466 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, 4248 bool IsCall, in TransformExprs() argument 4253 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs() 4344 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
|
H A D | SemaDeclCXX.cpp | 2520 void Diag(const Expr *E, const FunctionDecl *Fn, bool IsCall) { in DiagnoseImmediateEscalatingReason() 2532 << ImmediateFn << Fn << Fn->isConsteval() << IsCall in DiagnoseImmediateEscalatingReason() 2542 Diag(E, E->getDirectCallee(), /*IsCall=*/true); in DiagnoseImmediateEscalatingReason() 2556 Diag(E, ReferencedFn, /*IsCall=*/false); in DiagnoseImmediateEscalatingReason() 2566 Diag(E, D, /*IsCall=*/true); in DiagnoseImmediateEscalatingReason()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.td | 537 class IsCall {
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13343 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|