| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Function.h | 49 bool arg_empty() const { return cast<llvm::Function>(Val)->arg_empty(); } in arg_empty() function
|
| H A D | Instruction.h | 1370 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteKernelArguments.cpp | 159 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in run()
|
| H A D | AMDGPULowerKernelArguments.cpp | 63 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in lowerKernelArguments()
|
| H A D | GCNSubtarget.cpp | 607 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 301 if (CI.arg_empty()) in checkCandidate()
|
| H A D | ModuleUtils.cpp | 306 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1289 bool arg_empty() const { return arg_end() == arg_begin(); } 1740 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); 1974 if (arg_empty())
|
| H A D | Function.h | 900 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 338 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
|
| H A D | WholeProgramDevirt.cpp | 553 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo() 1881 Fn->arg_empty() || !Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
|
| H A D | FunctionSpecialization.cpp | 1009 if (F->isDeclaration() || F->arg_empty()) in isCandidateFunction()
|
| H A D | OpenMPOpt.cpp | 1875 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 383 if (F.arg_empty()) in lowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.cpp | 386 if (OutOps->arg_empty()) in hasVariadicDefs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 363 if (F.arg_empty()) in lowerFormalArguments()
|
| H A D | MipsISelLowering.cpp | 3825 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 472 if (!F->arg_empty()) { in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1304 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 967 return IntInit::get(RK, LHSd->arg_empty()); in Fold() 2791 if (!arg_empty()) { in getAsString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1520 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 598 if (Op->arg_empty()) { in replaceSwiftErrorOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3236 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2935 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3083 assert(!F->arg_empty() && in SetFunctionAttributes()
|