| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 42 if (F.arg_empty()) in lowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceArguments.cpp | 54 return !F.arg_empty() && !F.isIntrinsic(); in shouldRemoveArguments()
|
| /openbsd-src/gnu/llvm/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 | 60 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
|
| H A D | SIMachineFunctionInfo.cpp | 76 if (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0) in SIMachineFunctionInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 308 if (CI.arg_empty()) in checkCandidate()
|
| H A D | ModuleUtils.cpp | 255 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1348 bool arg_empty() const { return arg_end() == arg_begin(); } 1719 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); 1918 if (arg_empty())
|
| H A D | Function.h | 800 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 312 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
|
| H A D | WholeProgramDevirt.cpp | 524 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo() 1713 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
|
| H A D | OpenMPOpt.cpp | 1745 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 374 if (F.arg_empty()) in lowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 364 if (F.arg_empty()) in lowerFormalArguments()
|
| H A D | MipsISelLowering.cpp | 3643 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 870 return IntInit::get(RK, LHSd->arg_empty()); in Fold() 2404 if (!arg_empty()) { in getAsString()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1464 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 659 if (Op->arg_empty()) { in replaceSwiftErrorOps()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1470 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 1754 if (SaveArgs && !Fn.arg_empty()) { in emitPrologue()
|
| H A D | X86FastISel.cpp | 3147 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2531 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2428 assert(!F->arg_empty() && in SetFunctionAttributes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4018 !Func->arg_empty() && !Func->hasParamAttribute(0, Attribute::ByVal)) { in parseFunctionRecord()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3893 | ``arg_begin()``, ``arg_end()``, ``arg_size()``, ``arg_empty()``
|