Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
H A DX86VZeroUpper.cpp207 bool IsCall = MI.isCall(); in processBasicBlock() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1149 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/llvm/lib/Analysis/
H A DMemorySSA.cpp161 bool IsCall = false; member in __anon72856b230211::MemoryLocOrCall
349 bool IsCall = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2001 bool IsCall = MI->getOpcode() == AArch64::BLRA; in emitPtrauthBranch() local
H A DAArch64InstrInfo.cpp8637 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1278 bool IsCall = isCall(In); in buildStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2073 bool IsCall = false) const { in prepareSymbol()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4292 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
H A DTreeTransform.h4248 bool IsCall, in TransformExprs()