Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
111 if (IsEmpty || IsCall) { in runOnMachineFunction()
113 if (IsCall) { in runOnMachineFunction()
125 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp138 bool IsCall = false; member in __anon487f31d70111::MemoryLocOrCall
147 IsCall = true; in MemoryLocOrCall()
150 IsCall = false; in MemoryLocOrCall()
161 assert(IsCall); in getCall()
166 assert(!IsCall); in getLoc()
171 if (IsCall != Other.IsCall) in operator ==()
174 if (!IsCall) in operator ==()
206 if (!MLOC.IsCall) in getHashValue()
208 MLOC.IsCall, in getHashValue()
323 if (UseMLOC.IsCall) in instructionClobbersQuery()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h176 bool IsCall);
177 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
427 Value *getVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall);
428 Value *getVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
450 PerFunctionState *PFS, bool IsCall);
453 Value *Val, bool IsCall);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp63 bool IsCall(llvm::MCInst &mc_inst) const;
804 bool IsCall() override { in IsCall() function in InstructionLLVMC
851 m_is_call = mc_disasm_ptr->IsCall(inst); in VisitInstruction()
1026 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h166 bool IsCall) const;
H A DVEISelLowering.cpp1853 bool IsCall = false) const { in prepareSymbol() argument
1862 if (IsCall && !IsLocal) { in prepareSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h210 virtual bool IsCall() { return false; } in IsCall() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1411 Value *Val, bool IsCall) { in checkValidVariableType() argument
1416 if (IsCall && ValTy == PointerType::get(Ty->getContext(), in checkValidVariableType()
1432 LocTy Loc, bool IsCall) { in getGlobalVal() argument
1454 checkValidVariableType(Loc, "@" + Name, Ty, Val, IsCall)); in getGlobalVal()
1463 bool IsCall) { in getGlobalVal() argument
2801 LocTy Loc, bool IsCall) { in getVal() argument
2836 bool IsCall) { in getVal() argument
5265 V = PFS->getVal(ID.UIntVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
5270 V = PFS->getVal(ID.StrVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
5281 V = getGlobalVal(ID.StrVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1278 bool IsCall = isCall(In); in buildStmt() local
1305 if (IsCall && Op.isDead()) in buildStmt()
1351 if (IsCall && Op.isDead()) { in buildStmt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1003 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1520 if (instruction_sp->IsCall()) { in DoGuessValueAt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3496 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument
3506 IsCall, Outputs); in SubstExprs()
H A DTreeTransform.h438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall,
3920 bool IsCall, in TransformExprs() argument
3925 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs()
4016 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td536 class IsCall {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9349 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,