| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86VZeroUpper.cpp | 204 bool IsCall = MI.isCall(); in processBasicBlock() local 206 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() 240 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 125 bool IsCall = false; member in __anonb08d52880111::MemoryLocOrCall 134 IsCall = true; in MemoryLocOrCall() 137 IsCall = false; in MemoryLocOrCall() 148 assert(IsCall); in getCall() 153 assert(!IsCall); in getLoc() 158 if (IsCall != Other.IsCall) in operator ==() 161 if (!IsCall) in operator ==() 193 if (!MLOC.IsCall) in getHashValue() 195 MLOC.IsCall, in getHashValue() 309 if (UseMLOC.IsCall) in instructionClobbersQuery() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.h | 206 bool IsCall); 207 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 432 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 433 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 455 PerFunctionState *PFS, bool IsCall); 458 Value *Val, bool IsCall);
|
| H A D | LLParser.cpp | 1333 Value *Val, bool IsCall) { in checkValidVariableType() argument 1338 if (IsCall && isa<PointerType>(Ty)) { in checkValidVariableType() 1358 LocTy Loc, bool IsCall) { in GetGlobalVal() argument 1380 checkValidVariableType(Loc, "@" + Name, Ty, Val, IsCall)); in GetGlobalVal() 1389 bool IsCall) { in GetGlobalVal() argument 2773 LocTy Loc, bool IsCall) { in GetVal() argument 2808 bool IsCall) { in GetVal() argument 5005 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue() 5009 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue() 5020 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 939 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments() argument 948 if (IsCall) { in analyzeStandardArguments() 958 if (IsCall) { in analyzeStandardArguments() 976 MVT LocVT = (IsCall) ? (*Outs)[pos].VT : (*Ins)[pos].VT; in analyzeStandardArguments() 1015 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments() argument 1023 IsCall, IsVarArg); in analyzeBuiltinArguments() 1033 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments() argument 1038 IsCall, IsVarArg); in analyzeArguments() 1044 IsCall, IsVarArg); in analyzeArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 61 bool IsCall(llvm::MCInst &mc_inst) const; 869 bool IsCall() override { in IsCall() function in InstructionLLVMC 888 if (mc_disasm_ptr->IsCall(inst)) in IsCall() 1077 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 232 virtual bool IsCall() { return false; } in IsCall() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.cpp | 1300 bool IsCall = isCall(In); in buildStmt() local 1327 if (IsCall && Op.isDead()) in buildStmt() 1373 if (IsCall && Op.isDead()) { in buildStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2827 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 2837 IsCall, Outputs); in SubstExprs()
|
| H A D | TreeTransform.h | 406 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, 3427 bool IsCall, in TransformExprs() argument 3432 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs() 3523 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1541 if (instruction_sp->IsCall()) { in DoGuessValueAt()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 523 class IsCall {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7804 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|