Home
last modified time | relevance | path

Searched refs:Requested (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp416 if (Requested.first > Requested.second) in getFlatWorkGroupSizes()
425 return Requested; in getFlatWorkGroupSizes()
443 if (Requested.second && Requested.first > Requested.second) in getEffectiveWavesPerEU()
456 return Requested; in getEffectiveWavesPerEU()
743 if (Requested && (Requested <= ReservedNumSGPRs)) in getBaseMaxNumSGPRs()
754 if (Requested && Requested < InputNumSGPRs) in getBaseMaxNumSGPRs()
762 Requested && Requested < getMinNumSGPRs(WavesPerEU.second)) in getBaseMaxNumSGPRs()
765 if (Requested) in getBaseMaxNumSGPRs()
829 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getBaseMaxNumVGPRs()
832 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
[all …]
/freebsd-14.2/lib/libfetch/
H A Dftp.errors19 226 OK Requested file action successful
23 250 OK Requested file action okay, completed
27 350 OK Requested file action pending further information
32 451 SERVER Requested action aborted: local error in processing
43 551 PROTO Requested action aborted. Page type unknown
H A Dhttp.errors37 416 UNAVAIL Requested Range Not Satisfiable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h67 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>;
72 compileRequested(GlobalValueSet Requested);
77 compileWholeModule(GlobalValueSet Requested);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h60 void reserve(size_t Requested) { in reserve() argument
61 if (Requested > Capacity) in reserve()
63 grow(Requested); in reserve()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp141 void LLVMContext::setDiagnosticsHotnessRequested(bool Requested) { in setDiagnosticsHotnessRequested() argument
142 pImpl->DiagnosticsHotnessRequested = Requested; in setDiagnosticsHotnessRequested()
151 void LLVMContext::setMisExpectWarningRequested(bool Requested) { in setMisExpectWarningRequested() argument
152 pImpl->MisExpectWarningRequested = Requested; in setMisExpectWarningRequested()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h205 void setDiagnosticsHotnessRequested(bool Requested);
208 void setMisExpectWarningRequested(bool Requested);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp293 bool Module::directlyUses(const Module *Requested) { in directlyUses() argument
297 if (Requested->isSubModuleOf(Top)) in directlyUses()
301 if (Requested->isSubModuleOf(Use)) in directlyUses()
305 if (Requested->fullModuleNameIs({"_Builtin_stddef", "max_align_t"}) || in directlyUses()
306 Requested->fullModuleNameIs({"_Builtin_stddef_wint_t"})) in directlyUses()
310 UndeclaredUses.insert(Requested); in directlyUses()
H A DTargetID.cpp168 bool isCompatibleTargetID(llvm::StringRef Provided, llvm::StringRef Requested) { in isCompatibleTargetID() argument
173 *parseTargetIDWithFormatCheckingOnly(Requested, &RequestedFeatures); in isCompatibleTargetID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp106 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested() argument
107 return std::move(Requested); in compileRequested()
111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetID.h58 bool isCompatibleTargetID(llvm::StringRef Provided, llvm::StringRef Requested);
H A DModule.h719 bool directlyUses(const Module *Requested);
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et14 error_code BAD_PVNO, "Requested protocol version not supported"
22 error_code NEVER_VALID, "Requested effective lifetime is negative or too short"
37 error_code SERVER_NOMATCH, "Requested server and ticket don't match"
145 error_code KRB5_PRINC_NOMATCH, "Requested principal and ticket don't match"
152 error_code KRB5_WRONG_ETYPE, "Requested encryption type not used in message"
/freebsd-14.2/sys/dev/ofw/
H A Dofw_if.m316 * @param _addr Requested memory location (NULL for first available)
317 * @param _size Requested size in bytes
318 * @param _align Requested alignment
/freebsd-14.2/usr.sbin/bsdconfig/ttys/include/
H A Dmessages.subr30 msg_user_confirmation_requested="User Confirmation Requested"
/freebsd-14.2/lib/
H A DMakefile185 .error Requested build with sanitizers but cannot build runtime libraries!
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp811 const SCEVAddRecExpr *Requested, in canBeCheaplyTransformed() argument
815 Type *RequestedTy = Requested->getType(); in canBeCheaplyTransformed()
828 if (Phi == Requested) { in canBeCheaplyTransformed()
834 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
/freebsd-14.2/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr89 msg_user_confirmation_requested="User Confirmation Requested"
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt86 only the Requested Level (RL) field of the corresponding entry
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dst,stm32-dfsdm-adc.yaml56 SPI clock OUT frequency (Hz). Requested only for SPI master mode.
/freebsd-14.2/lib/libomp/
H A Dkmp_i18n_default.inc215 "Requested number of active parallel levels \"%1$d\" is negative; ignored.",
216 …"Requested number of active parallel levels \"%1$d\" exceeds supported limit; the following limit …
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt260 ActiveLevelsNegative "Requested number of active parallel levels \"%1$d\" is negative; igno…
261 ActiveLevelsExceedLimit "Requested number of active parallel levels \"%1$d\" exceeds supported…
/freebsd-14.2/contrib/tnftp/
H A DChangeLog624 URLs, per RFC 1738. Requested by Simon Poole.
709 Requested by Mike Heffner <[email protected]>
/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A DChangeLog513 generation into hdb. Requested by Andrew Bartlett <[email protected]>
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES1735 {cert_issuer} from 128 to 256. Requested by Christophe
1871 this requires a change in a mc file. Requested by
2315 confMSP_STFILE devtools variable. Requested by Jeff
3867 MaxMimeHeaderLength problems. Requested by Ulrich Windl of
3946 and SunOS 5.8. Requested by Jeff A. Earickson of Colby
4507 set in the DontBlameSendmail option. Requested by many.
4829 gave error in the queued status message. Requested by
5408 line string for the local mailer. Requested by Il Oh of
7626 of those records could not exceed 128 bytes. Requested by
8362 Requested by Allan Johannesen.
[all …]

12