/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 | 102 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in lowerKernelArguments()
|
H A D | AMDGPUSubtarget.cpp | 1064 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 | 262 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 932 bool arg_empty() const { return cast<llvm::Function>(Val)->arg_empty(); } in arg_empty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 1407 bool arg_empty() const { return arg_end() == arg_begin(); } 1805 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); 2034 if (arg_empty())
|
H A D | Function.h | 865 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
|
/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/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 337 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
|
H A D | WholeProgramDevirt.cpp | 522 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo() 1820 Fn->arg_empty() || !Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
|
H A D | FunctionSpecialization.cpp | 931 if (F->isDeclaration() || F->arg_empty()) in isCandidateFunction()
|
H A D | OpenMPOpt.cpp | 1873 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 348 if (OutOps->arg_empty()) in hasVariadicDefs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 364 if (F.arg_empty()) in lowerFormalArguments()
|
H A D | MipsISelLowering.cpp | 3667 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 511 if (F.arg_empty() && !F.isVarArg()) in lowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 384 if (!F->arg_empty()) { in mutate()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 919 return IntInit::get(RK, LHSd->arg_empty()); in Fold() 2651 if (!arg_empty()) { in getAsString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1511 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1524 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 | 688 if (Op->arg_empty()) { in replaceSwiftErrorOps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3200 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 2790 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2854 assert(!F->arg_empty() && in SetFunctionAttributes()
|