Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.cpp42 if (F.arg_empty()) in lowerFormalArguments()
H A DRISCVISelLowering.cpp7660 if (!Func.arg_empty()) in LowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp60 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
H A DSIMachineFunctionInfo.cpp72 if (!F.arg_empty()) in SIMachineFunctionInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp241 if (F.arg_empty()) in lowerFormalArguments()
H A DX86FastISel.cpp3154 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h828 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
H A DInstrTypes.h1325 bool arg_empty() const { return arg_end() == arg_begin(); }
1682 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp365 if (F.arg_empty()) in lowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp306 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp480 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo()
1647 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp350 if (F.arg_empty()) in lowerFormalArguments()
H A DMipsISelLowering.cpp3633 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp808 return IntInit::get(LHSd->arg_empty()); in Fold()
2194 if (!arg_empty()) { in getAsString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1383 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1412 if (F->arg_empty()) { in emitFunctionParamList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4379 !F.arg_empty() && !F.hasParamAttribute(0, Attribute::ByVal)) { in UpgradeFunctionAttributes()
H A DVerifier.cpp2351 Assert(F.arg_empty() || Attrs.hasParamAttribute(0, Attribute::ByVal), in visitFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2117 assert(!F->arg_empty() && in SetFunctionAttributes()