Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp51 << "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 DRISCVCallLowering.cpp42 if (F.arg_empty()) in lowerFormalArguments()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DInterfaces.h56 bool arg_empty() const;
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp54 return !F.arg_empty() && !F.isIntrinsic(); in shouldRemoveArguments()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DInterfaces.cpp67 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } in arg_empty() function in InterfaceMethod
/llvm-project-15.0.7/llvm/unittests/IR/
H A DFunctionTest.cpp28 EXPECT_FALSE(F->arg_empty()); in TEST()
/llvm-project-15.0.7/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.cpp72 if (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0) in SIMachineFunctionInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp167 if (Ctor->arg_empty() || in getOrCreateSanitizerCtorAndInitFunctions()
H A DLibCallsShrinkWrap.cpp305 if (CI.arg_empty()) in checkCandidate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallLowering.cpp241 if (F.arg_empty()) in lowerFormalArguments()
H A DX86FastISel.cpp3149 if (CB->arg_empty() || !CB->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h775 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
H A DInstrTypes.h1338 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 DARMCallLowering.cpp374 if (F.arg_empty()) in lowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp312 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
H A DWholeProgramDevirt.cpp525 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 DOpenMPOpt.cpp1915 if (!CI->arg_empty() && in deduplicateRuntimeCalls()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp364 if (F.arg_empty()) in lowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp869 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 DNVPTXAsmPrinter.cpp1462 if (F->arg_empty()) { in emitFunctionParamList()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp652 if (Op->arg_empty()) { in replaceSwiftErrorOps()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1445 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2489 Check(F.arg_empty() || Attrs.hasParamAttr(0, Attribute::ByVal), in visitFunction()

12