| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.cpp | 434 unsigned Requested = in getBaseMaxNumSGPRs() local 437 if (Requested != MaxNumSGPRs) { in getBaseMaxNumSGPRs() 439 if (Requested && (Requested <= ReservedNumSGPRs)) in getBaseMaxNumSGPRs() 440 Requested = 0; in getBaseMaxNumSGPRs() 450 if (Requested && Requested < InputNumSGPRs) in getBaseMaxNumSGPRs() 451 Requested = InputNumSGPRs; in getBaseMaxNumSGPRs() 455 if (Requested && Requested > getMaxNumSGPRs(WavesPerEU.first, false)) in getBaseMaxNumSGPRs() 456 Requested = 0; in getBaseMaxNumSGPRs() 457 if (WavesPerEU.second && Requested && in getBaseMaxNumSGPRs() 458 Requested < getMinNumSGPRs(WavesPerEU.second)) in getBaseMaxNumSGPRs() [all …]
|
| H A D | AMDGPUSubtarget.cpp | 166 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes() local 170 if (Requested.first > Requested.second) in getFlatWorkGroupSizes() 174 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes() 176 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes() 179 return Requested; in getFlatWorkGroupSizes() 235 std::pair<unsigned, unsigned> Requested = in getWavesPerEU() local 237 return getEffectiveWavesPerEU(Requested, FlatWorkGroupSizes, LDSBytes); in getWavesPerEU()
|
| /freebsd/lib/libfetch/ |
| H A D | ftp.errors | 19 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 D | http.errors | 37 416 UNAVAIL Requested Range Not Satisfiable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRPartitionLayer.h | 46 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>; 54 compileRequested(GlobalValueSet Requested); 59 compileWholeModule(GlobalValueSet Requested);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TypeLocBuilder.h | 60 void reserve(size_t Requested) { in reserve() argument 61 if (Requested > Capacity) in reserve() 63 grow(Requested); in reserve()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 287 bool Module::directlyUses(const Module *Requested) { in directlyUses() argument 291 if (Requested->isSubModuleOf(Top)) in directlyUses() 295 if (Requested->isSubModuleOf(Use)) in directlyUses() 299 if (Requested->fullModuleNameIs({"_Builtin_stddef", "max_align_t"}) || in directlyUses() 300 Requested->fullModuleNameIs({"_Builtin_stddef_wint_t"})) in directlyUses() 304 if (!Requested->Parent && Requested->Name == "ptrauth") in directlyUses() 308 UndeclaredUses.insert(Requested); in directlyUses()
|
| H A D | TargetID.cpp | 165 bool isCompatibleTargetID(llvm::StringRef Provided, llvm::StringRef Requested) { in isCompatibleTargetID() argument 170 *parseTargetIDWithFormatCheckingOnly(Requested, &RequestedFeatures); in isCompatibleTargetID()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 133 void LLVMContext::setDiagnosticsHotnessRequested(bool Requested) { in setDiagnosticsHotnessRequested() argument 134 pImpl->DiagnosticsHotnessRequested = Requested; in setDiagnosticsHotnessRequested() 143 void LLVMContext::setMisExpectWarningRequested(bool Requested) { in setMisExpectWarningRequested() argument 144 pImpl->MisExpectWarningRequested = Requested; in setMisExpectWarningRequested()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRPartitionLayer.cpp | 110 IRPartitionLayer::compileRequested(GlobalValueSet Requested) { in compileRequested() argument 111 return std::move(Requested); in compileRequested() 115 IRPartitionLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 216 LLVM_ABI void setDiagnosticsHotnessRequested(bool Requested); 219 LLVM_ABI void setMisExpectWarningRequested(bool Requested);
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 14 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/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetID.h | 58 bool isCompatibleTargetID(llvm::StringRef Provided, llvm::StringRef Requested);
|
| H A D | Module.h | 781 bool directlyUses(const Module *Requested);
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_if.m | 316 * @param _addr Requested memory location (NULL for first available) 317 * @param _size Requested size in bytes 318 * @param _align Requested alignment
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | krb5_err.et | 44 error_code KRB5KDC_ERR_BAD_PVNO, "Requested protocol version not supported" 52 error_code KRB5KDC_ERR_NEVER_VALID, "Requested effective lifetime is negative or too short" 68 error_code KRB5KDC_ERR_SERVER_NOMATCH, "Requested server and ticket don't match" 199 error_code KRB5_PRINC_NOMATCH, "Requested principal and ticket don't match" 206 error_code KRB5_WRONG_ETYPE, "Requested encryption type not used in message"
|
| /freebsd/usr.sbin/bsdconfig/ttys/include/ |
| H A D | messages.subr | 30 msg_user_confirmation_requested="User Confirmation Requested"
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | gssapi_err_krb5.et | 39 error_code KG_LUCID_VERSION, "Requested lucid context version not supported"
|
| /freebsd/lib/ |
| H A D | Makefile | 198 .error Requested build with sanitizers but cannot build runtime libraries!
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 895 const SCEVAddRecExpr *Requested, in canBeCheaplyTransformed() argument 899 Type *RequestedTy = Requested->getType(); in canBeCheaplyTransformed() 912 if (Phi == Requested) { in canBeCheaplyTransformed() 918 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
|
| /freebsd/usr.sbin/bsdconfig/mouse/include/ |
| H A D | messages.subr | 89 msg_user_confirmation_requested="User Confirmation Requested"
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 86 only the Requested Level (RL) field of the corresponding entry
|
| /freebsd/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 215 "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/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 260 ActiveLevelsNegative "Requested number of active parallel levels \"%1$d\" is negative; ignored." 261 ActiveLevelsExceedLimit "Requested number of active parallel levels \"%1$d\" exceeds supported limit; "
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 2018 krb5_flags kdc_options; /**< Requested options */ 2021 krb5_timestamp from; /**< Requested start time */ 2022 krb5_timestamp till; /**< Requested end time */ 2023 krb5_timestamp rtime; /**< Requested renewable end time */ 2026 krb5_enctype *ktype; /**< Requested enctypes */ 2027 krb5_address **addresses; /**< Requested addresses (optional) */ 2083 krb5_flags ap_options; /**< Requested options */ 5608 * KRB5_PRINC_NOMATCH Requested principal and ticket do not match 7790 * KRB5_PRINC_NOMATCH Requested principal and ticket do not match
|