/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 356 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() 451 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() 546 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() 588 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() 617 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() 852 VectorParts Entry(State.UF); in execute() 869 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() 1043 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in execute() local 1096 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in execute() local 1117 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { in execute() local [all …]
|
H A D | VPlan.cpp | 271 DIL->cloneByMultiplyingDuplicationFactor(UF * VF.getKnownMinValue()); in setDebugLocFromInst() 546 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 615 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 628 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 632 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local 722 unsigned LastPartForNewPhi = SinglePartNeeded ? 1 : State->UF; in execute() 727 SinglePartNeeded ? State->UF - 1 : Part); in execute() 793 for (unsigned UF : drop_begin(UFs)) in getName() local 794 RSO << "," << UF; in getName()
|
H A D | VPlan.h | 207 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() 210 : VF(VF), UF(UF), LI(LI), DT(DT), Builder(Builder), ILV(ILV), Plan(Plan), in VPTransformState() 215 unsigned UF; member 267 DataState::PerPartValuesTy Entry(UF); in set() 2265 bool hasUF(unsigned UF) const { return UFs.empty() || UFs.contains(UF); } in hasUF() argument 2267 void setUF(unsigned UF) { in setUF() argument 2268 assert(hasUF(UF) && "Cannot set the UF not already in plan"); in setUF() 2270 UFs.insert(UF); in setUF()
|
H A D | LoopVectorize.cpp | 681 unsigned UF; member in llvm::InnerLoopVectorizer 2395 unsigned EndPart = State.UF; in buildScalarSteps() 2621 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() 2662 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() 2732 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() 3538 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() 3646 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() 3821 } else if (UF > 1) in fixFixedOrderRecurrence() 3896 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() 3935 VectorParts RdxParts(UF); in fixReduction() [all …]
|
H A D | LoopVectorizationPlanner.h | 314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXString.h | 102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() argument 103 return StringRef(UF.Contents, UF.Length); in getContents()
|
H A D | CIndexCodeCompletion.cpp | 726 for (auto &UF : unsaved_files) { in clang_codeCompleteAt_Impl() local 728 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_codeCompleteAt_Impl() 729 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release())); in clang_codeCompleteAt_Impl()
|
H A D | Indexing.cpp | 537 for (auto &UF : unsaved_files) { in clang_indexSourceFile_Impl() local 539 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_indexSourceFile_Impl() 540 CInvok->getPreprocessorOpts().addRemappedFile(UF.Filename, MB.get()); in clang_indexSourceFile_Impl()
|
H A D | CIndex.cpp | 3834 for (auto &UF : unsaved_files) { in clang_parseTranslationUnit_Impl() local 3836 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_parseTranslationUnit_Impl() 3837 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_parseTranslationUnit_Impl() 4485 for (auto &UF : unsaved_files) { in clang_reparseTranslationUnit_Impl() local 4487 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_reparseTranslationUnit_Impl() 4488 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_reparseTranslationUnit_Impl()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 58 const Function *UF = I->getFunction(); in shouldLowerLDSToStruct() local 59 if (UF == F) { in shouldLowerLDSToStruct() 65 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 763 UseSet &Us = UF->second; in recalculatePlacement() 969 NodeToUsesMap::iterator UF = Uses.find(Node); in separateChainForNode() local 970 assert(UF != Uses.end()); in separateChainForNode() 971 UseSet &Us = UF->second; in separateChainForNode() 982 Uses.erase(UF); in separateChainForNode() 1005 NodeToUsesMap::iterator UF = Uses.find(N); in separateConstantChains() local 1006 assert(UF != Uses.end()); in separateConstantChains() 1007 UseSet &Us = UF->second; in separateConstantChains() 1134 NodeToUsesMap::iterator UF = Uses.find(N); in getAllUsersForNode() local 1136 UseSet &Us = UF->second; in getAllUsersForNode() [all …]
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1292.crt | 17 b20wDQYJKoZIhvcNAQELBQADggEBADPfEeRqSjrGbx/9UF/nd6OoFL3jRcPzAO2f
|
H A D | 45.crt | 14 I5M3jc/HOaXVnHv4qrjkr4LYiVtIZCR1NPH5FK7U2yOLl5WOONSICeG7eaFk/3UF
|
H A D | 2648.crt | 13 0jLD8P/klQ+hYuRJH0pZtfkBB6t3SIKJU3VEBQUu1BfZCA+tjDLT/Et+eIIk+0UF
|
H A D | 3460.key | 25 6GQUTZPSemZ4pKhU7zyIeR6mSP8LRTOOUIU8QqSWvJMsaKIzP7pLVu5SIYQO+UF/
|
H A D | 487.key | 21 UF/Hl4ohJd4P481M49VetQKBgCxjaVhAIRJHHwf40n7BGR7fWHrBoL2yFrHeeUDg
|
H A D | 2271.chain | 20 bO6VoEQuu23h1112+K8ChCjUxo+UF+S7l0+C9Oi7vgE9R1S6VL92UBNXbwh0f/sX
|
/openbsd/gnu/llvm/llvm/docs/Proposals/ |
H A D | VectorizationPlan.rst | 47 according to an Unroll Factor (UF). 67 VF and UF), mixed vectorization: vectorizing a loop with SLP patterns 72 related to a range of possible VF's and UF's must be represented efficiently. 82 replicated VF*UF times to handle scalarized and predicated instructions. 99 Once the best VPlan is determined, including the best VF and UF, this VPlan 138 multiple candidate VF's and UF's.
|
/openbsd/bin/pax/ |
H A D | options.c | 85 #define UF 0x00004000 macro 127 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF) 473 flg |= UF; in pax_options()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1472 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1473 assert(UF > 0 && "Zero unrolled factor is not supported"); in setProfileInfoAfterUnrolling() 1485 unsigned UnrolledAverageTripCount = *OrigAverageTripCount / UF; in setProfileInfoAfterUnrolling() 1487 unsigned RemainderAverageTripCount = *OrigAverageTripCount % UF; in setProfileInfoAfterUnrolling()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 471 Loop *RemainderLoop, uint64_t UF);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 442 void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) { in annotateSelects() 444 UseFunc = UF; in annotateSelects()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arm.c | 9092 #define UF(mnem, op, nops, ops, ae) \ macro 9400 UF(rfeib, 9900a00, 1, (RRw), rfe), 9401 UF(rfeda, 8100a00, 1, (RRw), rfe), 9404 UF(rfefa, 9900a00, 1, (RRw), rfe), 9405 UF(rfeea, 8100a00, 1, (RRw), rfe), 9435 UF(srsib, 9cd0500, 1, (I31w), srs), 9436 UF(srsda, 84d0500, 1, (I31w), srs), 10361 #undef UF
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-2005 | 2014 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
|
/openbsd/sys/dev/pci/ |
H A D | pcidevs | 500 product ACARD ATP850U 0x0005 ATP850U/UF
|