Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp142 Phi->addIncoming(State.get(ExitValue, VPIteration(State.UF - 1, Lane)), in fixPhi()
276 createStepForVF(Builder, Phi->getType(), State.VF, State.UF); in generateInstruction()
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()
631 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute()
670 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute()
767 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute()
[all …]
DVPlan.cpp271 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()
DVPlan.h207 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()
DLoopVectorize.cpp457 AC(AC), ORE(ORE), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer()
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()
2702 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup()
2732 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup()
2889 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount()
2900 assert(isPowerOf2_32(VF.getKnownMinValue() * UF) && in getOrCreateVectorTripCount()
2902 Value *NumLanes = getRuntimeVF(Builder, Ty, VF * UF); in getOrCreateVectorTripCount()
[all …]
DLoopVectorizationPlanner.h314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() argument
103 return StringRef(UF.Contents, UF.Length); in getContents()
DIndexing.cpp537 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()
DCIndexCodeCompletion.cpp726 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()
DCIndex.cpp3834 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/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUMemoryUtils.cpp58 const Function *UF = I->getFunction(); in shouldLowerLDSToStruct() local
59 if (UF == F) { in shouldLowerLDSToStruct()
65 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp761 NodeToUsesMap::iterator UF = Uses.find(Node); in recalculatePlacement() local
762 assert(UF != Uses.end() && "Used node with no use information"); in recalculatePlacement()
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()
[all …]
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1292.crt17 b20wDQYJKoZIhvcNAQELBQADggEBADPfEeRqSjrGbx/9UF/nd6OoFL3jRcPzAO2f
D45.crt14 I5M3jc/HOaXVnHv4qrjkr4LYiVtIZCR1NPH5FK7U2yOLl5WOONSICeG7eaFk/3UF
D2648.crt13 0jLD8P/klQ+hYuRJH0pZtfkBB6t3SIKJU3VEBQUu1BfZCA+tjDLT/Et+eIIk+0UF
D3460.key25 6GQUTZPSemZ4pKhU7zyIeR6mSP8LRTOOUIU8QqSWvJMsaKIzP7pLVu5SIYQO+UF/
D487.key21 UF/Hl4ohJd4P481M49VetQKBgCxjaVhAIRJHHwf40n7BGR7fWHrBoL2yFrHeeUDg
D2271.chain20 bO6VoEQuu23h1112+K8ChCjUxo+UF+S7l0+C9Oi7vgE9R1S6VL92UBNXbwh0f/sX
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DVectorizationPlan.rst47 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/src/bin/pax/
Doptions.c85 #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/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1472 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/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h471 Loop *RemainderLoop, uint64_t UF);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp442 void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) { in annotateSelects()
444 UseFunc = UF; in annotateSelects()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c9092 #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/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-20052014 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
/openbsd/src/sys/dev/pci/
Dpcidevs500 product ACARD ATP850U 0x0005 ATP850U/UF