Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp403 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes() local
407 if (Requested.first > Requested.second) in getFlatWorkGroupSizes()
411 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
413 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
416 return Requested; in getFlatWorkGroupSizes()
433 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU() local
437 if (Requested.second && Requested.first > Requested.second) in getWavesPerEU()
441 if (Requested.first < getMinWavesPerEU() || in getWavesPerEU()
442 Requested.second > getMaxWavesPerEU()) in getWavesPerEU()
447 if (Requested.first < MinImpliedByFlatWorkGroupSize) in getWavesPerEU()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h68 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>;
73 compileRequested(GlobalValueSet Requested);
78 compileWholeModule(GlobalValueSet Requested);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.h57 void reserve(size_t Requested) { in reserve() argument
58 if (Requested > Capacity) in reserve()
60 grow(Requested); in reserve()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp136 void LLVMContext::setDiagnosticsHotnessRequested(bool Requested) { in setDiagnosticsHotnessRequested() argument
137 pImpl->DiagnosticsHotnessRequested = Requested; in setDiagnosticsHotnessRequested()
146 void LLVMContext::setMisExpectWarningRequested(bool Requested) { in setMisExpectWarningRequested() argument
147 pImpl->MisExpectWarningRequested = Requested; in setMisExpectWarningRequested()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h204 void setDiagnosticsHotnessRequested(bool Requested);
207 void setMisExpectWarningRequested(bool Requested);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp290 bool Module::directlyUses(const Module *Requested) { in directlyUses() argument
294 if (Requested->isSubModuleOf(Top)) in directlyUses()
298 if (Requested->isSubModuleOf(Use)) in directlyUses()
302 if (!Requested->Parent && Requested->Name == "_Builtin_stddef_max_align_t") in directlyUses()
306 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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetID.h58 bool isCompatibleTargetID(llvm::StringRef Provided, llvm::StringRef Requested);
H A DModule.h654 bool directlyUses(const Module *Requested);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1132 const SCEVAddRecExpr *Requested, in canBeCheaplyTransformed() argument
1139 Type *RequestedTy = SE.getEffectiveSCEVType(Requested->getType()); in canBeCheaplyTransformed()
1150 if (Phi == Requested) { in canBeCheaplyTransformed()
1156 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390-modes.def83 Requested mode -> Destination CC register mode
/openbsd-src/gnu/llvm/llvm/
H A DCMakeLists.txt82 …message(FATAL_ERROR "Requested CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} which is less than the req…