Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp42 if (F.arg_empty()) in lowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp54 return !F.arg_empty() && !F.isIntrinsic(); in shouldRemoveArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp159 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in run()
H A DAMDGPULowerKernelArguments.cpp60 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
H A DSIMachineFunctionInfo.cpp76 if (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0) in SIMachineFunctionInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp308 if (CI.arg_empty()) in checkCandidate()
H A DModuleUtils.cpp255 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h1348 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 DFunction.h800 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp312 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp524 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 DOpenMPOpt.cpp1745 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp374 if (F.arg_empty()) in lowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp364 if (F.arg_empty()) in lowerFormalArguments()
H A DMipsISelLowering.cpp3643 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp870 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 DNVPTXAsmPrinter.cpp1464 if (F->arg_empty() && !F->isVarArg()) { in emitFunctionParamList()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp659 if (Op->arg_empty()) { in replaceSwiftErrorOps()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1470 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1754 if (SaveArgs && !Fn.arg_empty()) { in emitPrologue()
H A DX86FastISel.cpp3147 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2531 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2428 assert(!F->arg_empty() && in SetFunctionAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4018 !Func->arg_empty() && !Func->hasParamAttribute(0, Attribute::ByVal)) { in parseFunctionRecord()
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3893 | ``arg_begin()``, ``arg_end()``, ``arg_size()``, ``arg_empty()``

12