Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h148 struct Part { struct
150 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() function
162 std::vector<Part> Parts; argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp425 for (unsigned Part = 0; Part < State.UF; ++Part) in generateInstruction() local
509 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
589 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
693 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
842 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
868 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
1041 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
1303 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
1386 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
1477 unsigned Part = State.Instance->Part; in execute() local
[all …]
H A DVPlan.cpp237 Value *VPTransformState::get(VPValue *Def, unsigned Part) { in get()
658 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
738 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
742 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
835 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local
H A DLoopVectorize.cpp2539 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2605 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2626 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeInterleaveGroup() local
2669 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2700 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
9249 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
9301 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
9363 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
9444 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
9462 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
[all …]
H A DVPlan.h221 unsigned Part; member
227 : Part(Part), Lane(Lane, Kind) {} in Part() function
H A DSLPVectorizer.cpp7156 for (unsigned Part = 0; Part < NumParts; ++Part) { in computeExtractCost() local
7196 ArrayRef<int> Mask, unsigned Part, in estimateNodesPermuteCost()
7454 for (unsigned Part = 0; Part < NumParts; ++Part) { in adjustExtracts() local
7552 unsigned Part = std::distance(Mask.begin(), It) / SliceSize; in add() local
7570 unsigned Part = std::distance(Mask.begin(), It) / SliceSize; in add() local
9328 for (unsigned Part = 0; Part < NumParts; ++Part) { in tryToGatherExtractElements() local
9349 SmallVectorImpl<const TreeEntry *> &Entries, unsigned Part) { in isGatherShuffledSingleRegisterEntry()
9720 for (unsigned Part = 0; Part < NumParts; ++Part) { in isGatherShuffledEntry() local
10249 for (unsigned Part = 0; Part < NumParts; ++Part) { in adjustExtracts() local
/freebsd/contrib/llvm-project/llvm/utils/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;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp63 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader()
75 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags()
85 Error DXContainer::parseHash(StringRef Part) { in parseHash()
95 Error DXContainer::parsePSVInfo(StringRef Part) { in parsePSVInfo()
104 Error DirectX::Signature::initialize(StringRef Part) { in initialize()
133 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp141 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart()
183 auto Part = *PP; in lexically_normal() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp79 for (const auto &Part : ObjectFile.Parts) { in computePartOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
419 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1121 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1219 USet &Part = I->second; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp342 const ArgPart &Part = Pair.second; in doPromotion() local
508 ArgPart &Part = Pair.first->second; in findArgParts() local
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c171 UINT64_STRUCT Part; member
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h88 uint16_t Part = (Val >> (i * 16)) & 0xFFFF; in swapWord() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp460 for (auto &Part : llvm::drop_begin(llvm::reverse(PartitionContainer))) { in cloneLoops() local
591 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp171 StringRef Part; in getHostCPUNameForARM() local
287 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp669 for (unsigned Part = 0; Part < NumParts; ++Part) { in determineAssignments() local
760 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments() local
775 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h303 dxbc::PartHeader Part; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp277 for (auto Part : Path) { in ActOnModuleDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp480 SDValue VECustomDAG::getUnpack(EVT DestVT, SDValue Vec, PackElem Part, in getUnpack()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp200 SDValue Part = N->getConstantOperandVal(1) ? Hi : Lo; in ExpandRes_EXTRACT_ELEMENT() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp547 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { in partsAllUniform() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp158 for (auto Part : VersionParts) { in parseHIPVersionFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h138 #define CONTAINER_PART(Part) Part, argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1234 Function *Part = *Fns.begin(); in setCoroInfo() local

12