Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() argument
103 return StringRef(UF.Contents, UF.Length); in getContents()
H A DCIndexCodeCompletion.cpp724 for (auto &UF : unsaved_files) { in clang_codeCompleteAt_Impl() local
726 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_codeCompleteAt_Impl()
727 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release())); in clang_codeCompleteAt_Impl()
H A DIndexing.cpp534 for (auto &UF : unsaved_files) { in clang_indexSourceFile_Impl() local
536 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_indexSourceFile_Impl()
537 CInvok->getPreprocessorOpts().addRemappedFile(UF.Filename, MB.get()); in clang_indexSourceFile_Impl()
H A DCIndex.cpp3608 for (auto &UF : unsaved_files) { in clang_parseTranslationUnit_Impl() local
3610 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_parseTranslationUnit_Impl()
3611 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_parseTranslationUnit_Impl()
4259 for (auto &UF : unsaved_files) { in clang_reparseTranslationUnit_Impl() local
4261 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename); in clang_reparseTranslationUnit_Impl()
4262 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_reparseTranslationUnit_Impl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp763 UseSet &Us = UF->second; in recalculatePlacement()
970 NodeToUsesMap::iterator UF = Uses.find(Node); in separateChainForNode() local
971 assert(UF != Uses.end()); in separateChainForNode()
972 UseSet &Us = UF->second; in separateChainForNode()
983 Uses.erase(UF); in separateChainForNode()
1007 NodeToUsesMap::iterator UF = Uses.find(N); in separateConstantChains() local
1008 assert(UF != Uses.end()); in separateConstantChains()
1009 UseSet &Us = UF->second; in separateConstantChains()
1139 NodeToUsesMap::iterator UF = Uses.find(N); in getAllUsersForNode() local
1141 UseSet &Us = UF->second; in getAllUsersForNode()
[all …]
/netbsd/bin/pax/
H A Doptions.h72 #define UF 0x000004000ULL macro
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
H A Doptions.c464 flg |= UF; in pax_options()
1652 flg |= UF; in cpio_options()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp475 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
626 for (unsigned Part = 0; Part < State.UF; ++Part) in execute()
686 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) in execute() local
1129 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { in execute() local
H A DLoopVectorize.cpp806 unsigned UF; member in llvm::InnerLoopVectorizer
2316 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI()
2592 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps()
2716 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup()
2822 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup()
2905 VectorParts BlockInMaskParts(UF); in vectorizeMemoryInstruction()
2908 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction()
2982 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction()
4282 } else if (UF > 1) in fixFirstOrderRecurrence()
4412 VectorParts RdxParts(UF); in fixReduction()
[all …]
H A DVPlan.h195 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState()
198 : VF(VF), UF(UF), Instance(), LI(LI), DT(DT), Builder(Builder), ILV(ILV), in VPTransformState()
203 unsigned UF; member
255 DataState::PerPartValuesTy Entry(UF); in set()
H A DLoopVectorizationPlanner.h299 void setBestPlan(ElementCount VF, unsigned UF);
/netbsd/external/apache2/llvm/dist/llvm/docs/Proposals/
H A 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.
/netbsd/external/gpl3/gdb/dist/sim/aarch64/
H A Dcpustate.h263 UF = (1 << UF_IDX), enumerator
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
/netbsd/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dcpustate.h263 UF = (1 << UF_IDX), enumerator
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
/netbsd/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.h62 #define UF 1 /* U: UnderFlow */ macro
H A Dcp1.c448 cause |= (1 << UF); in update_fcsr()
/netbsd/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.h62 #define UF 1 /* U: UnderFlow */ macro
H A Dcp1.c448 cause |= (1 << UF); in update_fcsr()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d1027 enum T UF = -103.278929903431851103; // ln(2^-149) in expImpl() local
1050 enum T UF = -7.451332191019412076235E2; // ln(2^-1075) in expImpl() local
1074 enum T UF = -1.13994985314888605586758E4L; // ln(2^-16446) in expImpl() local
1101 enum T UF = -1.143276959615573793352782661133116431383730e4L; in expImpl() local
1111 if (x < UF) in expImpl()
1573 enum T UF = -4.5054566736396445112120088E1L; in expm1Impl() local
1615 if (x < UF) in expm1Impl()
1980 enum T UF = T.min_exp - 1; in exp2Impl() local
1987 if (x < UF) in exp2Impl()
2049 enum T UF = T.min_exp - T.mant_dig; in testExp2() local
[all …]
/netbsd/share/doc/psd/05.sysman/
H A Dspell.ok172 UF
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h450 Loop *RemainderLoop, uint64_t UF);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1480 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument
1481 assert(UF > 0 && "Zero unrolled factor is not supported"); in setProfileInfoAfterUnrolling()
1493 unsigned UnrolledAverageTripCount = *OrigAverageTripCount / UF; in setProfileInfoAfterUnrolling()
1495 unsigned RemainderAverageTripCount = *OrigAverageTripCount % UF; in setProfileInfoAfterUnrolling()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmath.d1792 enum real UF = -7.451332191019412076235E2; // ln(2^-1075) in exp() local
1815 enum real UF = -1.13994985314888605586758E4L; // ln(2^-16446) in exp() local
1842 enum real UF = -1.143276959615573793352782661133116431383730e4L; in exp() local
1853 if (x < UF) in exp()
2095 enum real UF = -1.143276959615573793352782661133116431383730e4L; in expm1() local
2116 enum real UF = -4.5054566736396445112120088E1L; in expm1() local
2130 if (x < UF) in expm1()
2415 enum real UF = -16_382.0L; in exp2Impl() local
2423 if (x < UF) in exp2Impl()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d1792 enum real UF = -7.451332191019412076235E2; // ln(2^-1075) in exp() local
1815 enum real UF = -1.13994985314888605586758E4L; // ln(2^-16446) in exp() local
1842 enum real UF = -1.143276959615573793352782661133116431383730e4L; in exp() local
1853 if (x < UF) in exp()
2095 enum real UF = -1.143276959615573793352782661133116431383730e4L; in expm1() local
2116 enum real UF = -4.5054566736396445112120088E1L; in expm1() local
2130 if (x < UF) in expm1()
2415 enum real UF = -16_382.0L; in exp2Impl() local
2423 if (x < UF) in exp2Impl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp379 void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) { in annotateSelects()
381 UseFunc = UF; in annotateSelects()

12