Home
last modified time | relevance | path

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

12

/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.cpp102 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in lowerKernelArguments()
H A DAMDGPUSubtarget.cpp1064 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.cpp262 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h932 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 DInstrTypes.h1407 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 DFunction.h865 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp383 if (F.arg_empty()) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp337 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp522 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo()
1820 Fn->arg_empty() || !Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
H A DFunctionSpecialization.cpp931 if (F->isDeclaration() || F->arg_empty()) in isCandidateFunction()
H A DOpenMPOpt.cpp1873 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp348 if (OutOps->arg_empty()) in hasVariadicDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp364 if (F.arg_empty()) in lowerFormalArguments()
H A DMipsISelLowering.cpp3667 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp511 if (F.arg_empty() && !F.isVarArg()) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp384 if (!F->arg_empty()) { in mutate()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp919 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 DNVPTXAsmPrinter.cpp1511 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1524 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp688 if (Op->arg_empty()) { in replaceSwiftErrorOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3200 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2790 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2854 assert(!F->arg_empty() && in SetFunctionAttributes()

12