/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 14 for (auto& Part : in) in BM_PathConstructString() local 32 for (auto& Part : in) in BM_PathConstructCStr() local 50 for (auto& Part : in) in BM_PathConstructIter() local 82 for (auto& Part : in) in BM_PathIterateMultipleTimes() local 102 for (auto& Part : in) in BM_PathIterateOnce() local 122 for (auto& Part : in) in BM_PathIterateOnceBackwards() local 142 std::string Part = getRandomString(PathLen); in getRandomPaths() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/ |
H A D | split-file.cpp | 61 struct Part { struct 62 const char *begin = nullptr; 63 const char *end = nullptr; 64 int64_t leadingLines = 0;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2316 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local 2359 unsigned Part, unsigned Lane) { in recordVectorLoopValueForInductionCast() 2444 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local 2592 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local 2716 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2757 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2797 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2822 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2908 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction() local 2911 const auto CreateVecPtr = [&](unsigned Part, Value *Ptr) -> Value * { in vectorizeMemoryInstruction() [all …]
|
H A D | VPlan.cpp | 475 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 572 unsigned Part) { in generateInstruction() 626 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local 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 D | VPlan.h | 179 unsigned Part; member 185 : Part(Part), Lane(Lane, Kind) {} in Part() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() 420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument 1123 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() 1221 USet &Part = I->second; in runOnMachineFunction() local
|
H A D | HexagonISelDAGToDAGHVX.cpp | 983 unsigned Part = R.OpN & OpRef::Whole; in materialize() local
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utmath.c | 63 UINT64_STRUCT Part; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Host.cpp | 167 StringRef Part; in getHostCPUNameForARM() local 270 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 575 for (unsigned Part = 0; Part < NumParts; ++Part) { in determineAssignments() local 659 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments() local 673 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local
|
H A D | RegisterBankInfo.cpp | 540 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { in partsAllUniform() local
|
H A D | LegalizerHelper.cpp | 4246 for (unsigned Part = 0; Part < NumParts; ++Part) { in fewerElementsVectorReductions() local 4305 for (unsigned Part = 1; Part < NumParts; ++Part) { in fewerElementsVectorReductions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 468 auto *Part = &*I; in cloneLoops() local 598 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | sysinfo.cc | 225 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | sysinfo.cc | 227 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 200 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
|
H A D | SelectionDAGBuilder.cpp | 819 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyFromRegs() local 903 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyToRegs() local 922 SDValue Part; in getCopyToRegs() local
|
H A D | LegalizeDAG.cpp | 1400 SDValue Part = Op.getOperand(1); in ExpandInsertToVectorThroughStack() local
|
H A D | LegalizeIntegerTypes.cpp | 1442 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); in PromoteIntRes_VAARG() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 149 for (auto Part : VersionParts) { in parseHIPVersionFile() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 1626 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() 1668 auto Part = *PP; in lexically_normal() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 3001 StringRef Part = *I; in GenerateTargetSpecificAttrCheck() local 3040 StringRef Part = *I; in GenerateTargetSpecificAttrChecks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1066 Function *Part = *Fns.begin(); in setCoroInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 773 int Part[4]; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2190 for (StringRef Part : Parts) { in getNameWithSeparators() local
|