/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 148 struct Part { global() struct 150 PartPart Part() argument 162 SignaturePart global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 276 generateInstruction(VPTransformState & State,unsigned Part) generateInstruction() argument 425 for (unsigned Part = 0; Part < State.UF; ++Part) generateInstruction() local 434 for (unsigned Part = 0; Part < State.UF; ++Part) generateInstruction() local 447 for (unsigned Part = 1; Part < State.UF; ++Part) { generateInstruction() local 509 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 589 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 693 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 783 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 801 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 813 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 842 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 868 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1041 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1168 for (unsigned Part = StartPart; Part < EndPart; ++Part) { execute() local 1241 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1254 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1303 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1371 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 1386 for (unsigned Part = 0; Part < State.UF; ++Part) execute() local 1477 unsigned Part = State.Instance->Part; execute() local 1516 unsigned Part = State.Instance->Part; execute() local 1577 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) execute() local 1635 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) execute() local 1656 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { execute() local 1736 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { execute() local 1770 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { execute() local 1825 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { execute() local [all...] |
H A D | VPlan.cpp | 237 hasScalarValue(Def, {Instance.Part, VPLane::getFirstLane()})) { in get() argument 658 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { execute() local 738 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) prepareToExecute() local 742 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) prepareToExecute() local 835 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { execute() local [all...] |
H A D | LoopVectorize.cpp | 2539 for (unsigned Part = 0; Part < UF; Part++) { vectorizeInterleaveGroup() local 2567 __anon87314d7f0b02( unsigned Part, Value *MaskForGaps) vectorizeInterleaveGroup() argument 2605 for (unsigned Part = 0; Part < UF; Part++) { vectorizeInterleaveGroup() local 2626 for (unsigned Part = 0; Part < UF; ++Part) { vectorizeInterleaveGroup() local 2669 for (unsigned Part = 0; Part < UF; Part++) { vectorizeInterleaveGroup() local 2700 for (unsigned Part = 0; Part < UF; Part++) { vectorizeInterleaveGroup() local 9249 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 9301 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 9363 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 9435 for (unsigned Part = 1; Part < State.UF; ++Part) execute() local 9444 for (unsigned Part = 0; Part < State.UF; ++Part) execute() local 9462 for (unsigned Part = 0; Part < State.UF; ++Part) execute() local 9490 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 9502 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local 9533 for (unsigned Part = 0; Part < State.UF; ++Part) { execute() local [all...] |
H A D | VPlan.h | 221 unsigned Part; global() member 227 : Part(Part), Lane(Lane, Kind) {} Part() function [all...] |
H A D | SLPVectorizer.cpp | 7156 for (unsigned Part = 0; Part < NumParts; ++Part) { computeExtractCost() local 7196 estimateNodesPermuteCost(const TreeEntry & E1,const TreeEntry * E2,ArrayRef<int> Mask,unsigned Part,unsigned SliceSize) estimateNodesPermuteCost() argument 7454 for (unsigned Part = 0; Part < NumParts; ++Part) { adjustExtracts() local 7552 unsigned Part = std::distance(Mask.begin(), It) / SliceSize; add() local 7570 unsigned Part = std::distance(Mask.begin(), It) / SliceSize; add() local 9328 for (unsigned Part = 0; Part < NumParts; ++Part) { tryToGatherExtractElements() local 9349 isGatherShuffledSingleRegisterEntry(const TreeEntry * TE,ArrayRef<Value * > VL,MutableArrayRef<int> Mask,SmallVectorImpl<const TreeEntry * > & Entries,unsigned Part) isGatherShuffledSingleRegisterEntry() argument 9720 for (unsigned Part = 0; Part < NumParts; ++Part) { isGatherShuffledEntry() local 10249 for (unsigned Part = 0; Part < NumParts; ++Part) { adjustExtracts() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/split-file/ |
H A D | split-file.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 63 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() argument 75 Error DXContainer::parseShaderFeatureFlags(StringRef Part) { in parseShaderFlags() argument 85 Error DXContainer::parseHash(StringRef Part) { in parseHash() argument 95 parsePSVInfo(StringRef Part) parsePSVInfo() argument 104 initialize(StringRef Part) initialize() argument 133 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { parsePartOffsets() local [all...] |
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 141 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() argument 183 auto Part = *PP; in lexically_normal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 79 for (const auto &Part : ObjectFile.Parts) { in computePartOffsets() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() argument 419 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument 1121 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() argument 1219 USet &Part = I->second; runOnMachineFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 342 const ArgPart &Part = Pair.second; doPromotion() local 508 ArgPart &Part = Pair.first->second; findArgParts() local
|
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmath.c | 171 UINT64_STRUCT Part; member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 88 uint16_t Part = (Val >> (i * 16)) & 0xFFFF; in swapWord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 171 StringRef Part; getHostCPUNameForARM() local 287 unsigned Variant = 0, Part = 0; getHostCPUNameForARM() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 460 NewLoop = Part.cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops() local 591 setNewLoopID(MDNode * OrigLoopID,InstPartition * Part) setNewLoopID() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 669 for (unsigned Part = 0; Part < NumParts; ++Part) { determineAssignments() local 760 for (unsigned Part = 0; Part < NumParts; ++Part) handleAssignments() local 775 for (unsigned Part = 0; Part < NumParts; ++Part) { handleAssignments() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 303 dxbc::PartHeader Part; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 277 for (auto Part : Path) { ActOnModuleDecl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 200 SDValue Part = N->getConstantOperandVal(1) ? Hi : Lo; in ExpandRes_EXTRACT_ELEMENT() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.cpp | 480 SDValue VECustomDAG::getUnpack(EVT DestVT, SDValue Vec, PackElem Part, in getUnpack()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterBankInfo.cpp | 547 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { partsAllUniform() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 158 for (auto Part : VersionParts) { parseHIPVersionFile() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 138 CONTAINER_PART(Part) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1234 Function *Part = *Fns.begin(); setCoroInfo() local
|