Home
last modified time | relevance | path

Searched refs:IsCall (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp111 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 DX86VZeroUpper.cpp207 bool IsCall = MI.isCall(); in processBasicBlock() local
209 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock()
243 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DRetpolineInsertion.h22 bool IsCall = false; member
29 bool isCall() const { return IsCall; } in isCall()
30 bool isJump() const { return !IsCall; } in isJump()
H A DLivenessAnalysis.h99 bool IsCall = this->BC.MIB->isCall(Point); in computeNext() local
102 if (!IsCall) { in computeNext()
131 if (IsCall) { in computeNext()
149 if (IsCall && in computeNext()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp167 bool IsCall = false; member in __anonca596e530211::MemoryLocOrCall
176 IsCall = true; in MemoryLocOrCall()
179 IsCall = false; in MemoryLocOrCall()
190 assert(IsCall); in getCall()
195 assert(!IsCall); in getLoc()
200 if (IsCall != Other.IsCall) in operator ==()
203 if (!IsCall) in operator ==()
235 if (!MLOC.IsCall) in getHashValue()
237 MLOC.IsCall, in getHashValue()
353 if (UseMLOC.IsCall) in instructionClobbersQuery()
[all …]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp213 bool IsCall = BC.MIB->isCall(Instr); in dumpFunction() local
220 if (IsCall) in dumpFunction()
228 if (&Instr == LastInst && (BB->succ_size() || IsCall)) in dumpFunction()
H A DRetpolineInsertion.cpp252 IsCall = MIB.isCall(Inst); in IndirectBranchInfo()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h125 template <class NodeTy, bool IsCall = false>
135 : IsCall ? CSKYII::MO_PLT32
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h184 bool IsCall) const;
H A DVEISelLowering.cpp2063 bool IsCall = false) const { in prepareSymbol() argument
2072 if (IsCall && !IsLocal) { in prepareSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp66 bool IsCall(llvm::MCInst &mc_inst) const;
1148 bool IsCall() override { in IsCall() function in InstructionLLVMC
1199 m_is_call = mc_disasm_ptr->IsCall(inst); in VisitInstruction()
1376 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1068 bool &IsCall) -> MCSymbol * { in disassemble() argument
1072 if (opts::Verbosity >= 2 && !IsCall && Size == 2 && !BC.HasRelocations) { in disassemble()
1084 if (!IsCall) { in disassemble()
1094 IsCall = true; in disassemble()
1251 bool IsCall = MIB->isCall(Instruction); in disassemble() local
1262 if (IsCall && containsAddress(TargetAddress)) { in disassemble()
1303 TargetAddress, IsCall); in disassemble()
1307 if (!IsCall) { in disassemble()
1314 if (IsCondBranch && IsCall) in disassemble()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h227 virtual bool IsCall() { return false; } in IsCall() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp1264 bool IsCall = isCall(In); in buildStmt() local
1291 if (IsCall && Op.isDead()) in buildStmt()
1337 if (IsCall && Op.isDead()) { in buildStmt()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1040 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1534 if (instruction_sp->IsCall()) { in DoGuessValueAt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3551 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument
3561 IsCall, Outputs); in SubstExprs()
H A DTreeTransform.h438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall,
3985 bool IsCall, in TransformExprs() argument
3990 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs()
4081 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td536 class IsCall {
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9678 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,