Home
last modified time | relevance | path

Searched defs:Part (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dfilesystem.bench.cpp14 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
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h56 struct Part { struct
64 std::vector<Part> Parts; argument
70 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project-15.0.7/llvm/tools/split-file/
H A Dsplit-file.cpp64 struct Part { struct
65 const char *begin = nullptr;
66 const char *end = nullptr;
67 int64_t leadingLines = 0;
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp188 unsigned Part) { in generateInstruction()
351 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
478 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
520 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
549 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
563 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
602 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
696 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
798 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
872 unsigned Part = State.Instance->Part; in execute() local
[all …]
H A DVPlan.cpp538 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
621 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
634 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
638 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
728 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local
H A DLoopVectorize.cpp2571 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2612 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2682 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
3522 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() local
3630 for (unsigned Part = 0; Part < UF; ++Part) { in truncateToMinimalBitwidths() local
3880 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local
3920 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local
3932 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local
3956 for (unsigned Part = 1; Part < UF; ++Part) { in fixReduction() local
4055 for (unsigned Part = 0; Part < UF; ++Part) { in clearReductionWrapFlags() local
[all …]
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-complex.cpp19 using Part = typename T::Part; in FoldIntrinsicFunction() typedef
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DComplex.h29 enum class Part { Real = 0, Imag = 1 }; enum
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DDXContainer.h52 dxbc::PartHeader Part; member
/llvm-project-15.0.7/llvm/lib/Object/
H A DDXContainer.cpp70 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local
/llvm-project-15.0.7/llvm/unittests/Object/
H A DDXContainerTest.cpp103 for (auto Part : C) { in TEST() local
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp78 for (const auto &Part : ObjectFile.Parts) { in computePartOffsets() local
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp346 const DirectiveTree &Part = in TEST() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1122 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1220 USet &Part = I->second; in runOnMachineFunction() local
/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp98 uint16_t Part = (Val >> (i * 16)) & 0xFFFF; in swapWord() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp344 const ArgPart &Part = Pair.second; in doPromotion() local
510 ArgPart &Part = Pair.first->second; in findArgParts() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp602 for (unsigned Part = 0; Part < NumParts; ++Part) { in determineAssignments() local
693 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments() local
708 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp171 StringRef Part; in getHostCPUNameForARM() local
276 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h353 ENUM_CLASS(Part, RE, IM) in ENUM_CLASS() argument
H A Dinteger.h60 using Part = PART; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp467 auto *Part = &*I; in cloneLoops() local
597 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc238 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.cpp480 SDValue VECustomDAG::getUnpack(EVT DestVT, SDValue Vec, PackElem Part, in getUnpack()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp200 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp537 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { in partsAllUniform() local

12