Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 12 of 12) 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.cpp206 bool IsCall = MI.isCall(); in processBasicBlock() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp225 bool IsCall) { in computeMaxLatency()
602 bool IsCall = MCIA->isCall(MCI); in createInstrDescImpl() 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.cpp1175 bool IsCall() override { in IsCall() function in InstructionLLVMC
1422 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in 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/CodeGen/
H A DRDFGraph.cpp1280 bool IsCall = isCall(In); in buildStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2179 bool IsCall = MI->getOpcode() == AArch64::BLRA; in emitPtrauthBranch() local
H A DAArch64InstrInfo.cpp9420 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2059 bool IsCall = false) const { in prepareSymbol()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4528 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
H A DTreeTransform.h4451 bool IsCall, in TransformExprs()