| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 110 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 D | X86VZeroUpper.cpp | 207 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 D | MemorySSA.cpp | 138 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 D | LLParser.h | 176 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 D | DisassemblerLLVMC.cpp | 63 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 D | VEISelLowering.h | 166 bool IsCall) const;
|
| H A D | VEISelLowering.cpp | 1853 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 D | Disassembler.h | 210 virtual bool IsCall() { return false; } in IsCall() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1411 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 D | RDFGraph.cpp | 1278 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 D | Disassembler.cpp | 1003 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1520 if (instruction_sp->IsCall()) { in DoGuessValueAt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3496 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 3506 IsCall, Outputs); in SubstExprs()
|
| H A D | TreeTransform.h | 438 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 D | MipsInstrInfo.td | 536 class IsCall {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9349 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|