| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpInterfacesGen.cpp | 51 << "tablegen_opaque_val" << (method.arg_empty() ? "" : ", "); in emitMethodNameAndArgs() 182 os << (method.arg_empty() ? "" : ", "); in emitInterfaceDef() 213 emitCPPType(valueType, os) << (method.arg_empty() ? "" : ", "); in emitConceptDecl() 268 if (!method.arg_empty()) in emitModelDecl() 338 os << "tablegen_opaque_val" << (method.arg_empty() ? "" : ", "); in emitModelMethodsDef() 360 if (!method.arg_empty()) in emitModelMethodsDef()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallLowering.cpp | 42 if (F.arg_empty()) in lowerFormalArguments()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Interfaces.h | 56 bool arg_empty() const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceArguments.cpp | 54 return !F.arg_empty() && !F.isIntrinsic(); in shouldRemoveArguments()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Interfaces.cpp | 67 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } in arg_empty() function in InterfaceMethod
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | FunctionTest.cpp | 28 EXPECT_FALSE(F->arg_empty()); in TEST()
|
| /llvm-project-15.0.7/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 | 72 if (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0) in SIMachineFunctionInfo()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 167 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
|
| H A D | LibCallsShrinkWrap.cpp | 305 if (CI.arg_empty()) in checkCandidate()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 241 if (F.arg_empty()) in lowerFormalArguments()
|
| H A D | X86FastISel.cpp | 3149 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Function.h | 775 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
|
| H A D | InstrTypes.h | 1338 bool arg_empty() const { return arg_end() == arg_begin(); } 1709 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); 1918 if (arg_empty())
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 374 if (F.arg_empty()) in lowerFormalArguments()
|
| /llvm-project-15.0.7/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 | 525 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo() 1714 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
|
| H A D | OpenMPOpt.cpp | 1915 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 364 if (F.arg_empty()) in lowerFormalArguments()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 869 return IntInit::get(RK, LHSd->arg_empty()); in Fold() 2317 if (!arg_empty()) { in getAsString()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1462 if (F->arg_empty()) { in emitFunctionParamList()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 652 if (Op->arg_empty()) { in replaceSwiftErrorOps()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1445 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2489 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()
|