Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h218 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
616 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); in hasInAllocaArgument()
H A DFunction.h699 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
H A DInstrTypes.h1122 bool arg_empty() const { return arg_end() == arg_begin(); }
1424 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp64 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
H A DSIMachineFunctionInfo.cpp60 if (!F.arg_empty()) in SIMachineFunctionInfo()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp52 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
H A DThinLTOBitcodeWriter.cpp251 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp389 if (!CI || CI->getBitWidth() > 64 || CS.arg_empty()) in findCallSiteInfo()
1226 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.cpp326 if (F.arg_empty()) in lowerFormalArguments()
H A DX86FastISel.cpp3181 if (CS->arg_empty() || !CS->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp384 if (F.arg_empty()) in lowerFormalArguments()
H A DMipsISelLowering.cpp3405 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp436 if (F.arg_empty()) in lowerFormalArguments()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1288 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1448 if (F->arg_empty()) { in emitFunctionParamList()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1107 if (!Func.arg_empty()) in LowerFormalArguments()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp1784 if (!arg_empty()) { in getAsString()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1559 assert(!F->arg_empty() && in SetFunctionAttributes()