Home
last modified time | relevance | path

Searched refs:arg_empty (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DFunction.h49 bool arg_empty() const { return cast<llvm::Function>(Val)->arg_empty(); } in arg_empty() function
H A DInstruction.h1370 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp159 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in run()
H A DAMDGPULowerKernelArguments.cpp63 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in lowerKernelArguments()
H A DGCNSubtarget.cpp607 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp301 if (CI.arg_empty()) in checkCandidate()
H A DModuleUtils.cpp306 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1289 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 DFunction.h900 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp338 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp553 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo()
1881 Fn->arg_empty() || !Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
H A DFunctionSpecialization.cpp1009 if (F->isDeclaration() || F->arg_empty()) in isCandidateFunction()
H A DOpenMPOpt.cpp1875 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp383 if (F.arg_empty()) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp386 if (OutOps->arg_empty()) in hasVariadicDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp363 if (F.arg_empty()) in lowerFormalArguments()
H A DMipsISelLowering.cpp3825 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp472 if (!F->arg_empty()) { in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1304 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp967 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 DRecord.h1520 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp598 if (Op->arg_empty()) { in replaceSwiftErrorOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3236 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2935 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3083 assert(!F->arg_empty() && in SetFunctionAttributes()

12