Searched defs:IsCall (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
|
H A D | X86VZeroUpper.cpp | 207 bool IsCall = MI.isCall(); in processBasicBlock() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 229 virtual bool IsCall() { return false; } in IsCall() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1168 bool IsCall() override { in IsCall() function in InstructionLLVMC 1416 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 160 bool IsCall = false; global() member in __anonb05229750211::MemoryLocOrCall 346 bool IsCall = false; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1278 bool IsCall = isCall(In); in buildStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2075 prepareSymbol(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,StringRef Symbol,const DebugLoc & DL,bool IsLocal=false,bool IsCall=false) const prepareSymbol() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 4148 SubstExprs(ArrayRef<Expr * > Exprs,bool IsCall,const MultiLevelTemplateArgumentList & TemplateArgs,SmallVectorImpl<Expr * > & Outputs) SubstExprs() argument
|
H A D | TreeTransform.h | 4165 TransformExprs(Expr * const * Inputs,unsigned NumInputs,bool IsCall,SmallVectorImpl<Expr * > & Outputs,bool * ArgChanged) TransformExprs() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 8570 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; getOutliningCandidateInfo() local
|