Home
last modified time | relevance | path

Searched refs:Part (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c171 UINT64_STRUCT Part; member
215 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Hi, Multiplier, in AcpiUtShortMultiply()
216 Product.Part.Hi, Carry32); in AcpiUtShortMultiply()
218 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Lo, Multiplier, in AcpiUtShortMultiply()
219 Product.Part.Lo, Carry32); in AcpiUtShortMultiply()
221 Product.Part.Hi += Carry32; in AcpiUtShortMultiply()
262 OperandOvl.Part.Hi = OperandOvl.Part.Lo; in AcpiUtShortShiftLeft()
263 OperandOvl.Part.Lo = 0; in AcpiUtShortShiftLeft()
266 ACPI_SHIFT_LEFT_64_BY_32 (OperandOvl.Part in AcpiUtShortShiftLeft()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
382 Value *VPInstruction::generatePerPart(VPTransformState &State, unsigned Part) { in generateInstruction()
387 Value *A = State.get(getOperand(0), Part, OnlyFirstLaneUsed); in generateInstruction()
388 Value *B = State.get(getOperand(1), Part, OnlyFirstLaneUsed); in generateInstruction()
398 Value *A = State.get(getOperand(0), Part); in generateInstruction()
403 Value *A = State.get(getOperand(0), Part, OnlyFirstLaneUsed); in generateInstruction()
404 Value *B = State.get(getOperand(1), Part, OnlyFirstLaneUsed); in generateInstruction()
408 Value *Cond = State.get(getOperand(0), Part); in generateInstruction()
409 Value *Op1 = State.get(getOperand(1), Part); in generateInstruction()
410 Value *Op2 = State.get(getOperand(2), Part); in generateInstruction()
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 DVPlan.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
233 .PerPartScalars[Def][Instance.Part][Instance.Lane.mapToCacheIndex(VF)]; in get()
237 hasScalarValue(Def, {Instance.Part, VPLane::getFirstLane()})) { in get() argument
238 return Data.PerPartScalars[Def][Instance.Part][0]; in get()
241 assert(hasVectorValue(Def, Instance.Part)); in get()
242 auto *VecPart = Data.PerPartOutput[Def][Instance.Part]; in get()
254 Value *VPTransformState::get(VPValue *Def, unsigned Part, bool NeedsScalar) { in get()
256 assert((VF.isScalar() || Def->isLiveIn() || hasVectorValue(Def, Part) || in get()
258 (hasScalarValue(Def, VPIteration(Part, 0)) && in get()
259 Data.PerPartScalars[Def][Part] in get()
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 DVPlan.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
240 unsigned Part; in VPTransformState()
244 VPIteration(unsigned Part, unsigned Lane,
246 : Part(Part), Lane(Lane, Kind) {}
248 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {}
250 bool isFirstIteration() const { return Part == 0 && Lane.isFirstLane(); }
282 /// Part i in hasScalarValue()
221 unsigned Part; global() member
227 : Part(Part), Lane(Lane, Kind) {} Part() function
[all...]
H A DLoopVectorize.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9096 for (unsigned Part = 0; Part < State.UF; ++Part) { in adjustRecipesForReductions()
9099 State.Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in adjustRecipesForReductions()
9106 assert(ScalarStepValue == State.get(getOperand(1), VPIteration(Part, 0)) && in adjustRecipesForReductions()
9114 State.set(this, GEP, Part); in adjustRecipesForReductions()
9151 State.set(this, Poison, State.Instance->Part); in adjustRecipesForReductions()
9167 for (unsigned Part = 1; Part < Stat in adjustRecipesForReductions()
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...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
63 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() argument
66 const char *Current = Part.begin(); in parseDXILHeader()
68 if (Error Err = readStruct(Part, Current, Header)) in parseDXILHeader()
75 Error DXContainer::parseShaderFeatureFlags(StringRef Part) { in parseShaderFlags() argument
79 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFlags()
85 Error DXContainer::parseHash(StringRef Part) { in parseHash() argument
89 if (Error Err = readStruct(Part, Part in parseHash()
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/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
151 struct Part {
152 Part() = default;
153 Part(std::string N, uint32_t S) : Name(N), Size(S) {}
165 std::vector<Part> Parts;
171 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
213 template <> struct MappingTraits<DXContainerYAML::Part> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
214 static void mapping(IO &IO, DXContainerYAML::Part &Version); in LLVM_YAML_IS_SEQUENCE_VECTOR()
148 struct Part { global() struct
150 PartPart Part() argument
162 SignaturePart global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp207 for (PackElem Part : {PackElem::Hi, PackElem::Lo}) { in splitPackedLoadStore()
210 auto SplitTM = CDAG.getTargetSplitMask(PackedMask, PackedAVL, Part); in splitPackedLoadStore()
213 if (Part == PackElem::Hi) in splitPackedLoadStore()
225 CDAG.getUnpack(SplitDataVT, PackData, Part, SplitTM.AVL); in splitPackedLoadStore()
233 OpVec.push_back(CDAG.getSplitPtrOffset(PackPtr, PackStride, Part)); in splitPackedLoadStore()
242 PartOps[(int)Part] = CDAG.getNode(VVPOC, MVT::Other, OpVec); in splitPackedLoadStore()
245 PartOps[(int)Part] = in splitPackedLoadStore()
365 for (PackElem Part : {PackElem::Hi, PackElem::Lo}) { in splitVectorOp()
368 auto SplitTM = CDAG.getTargetSplitMask(PackedMask, PackedAVL, Part); in splitVectorOp()
370 if (Part == PackElem::Hi) in splitVectorOp()
[all …]
H A DVECustomDAG.cpp480 SDValue VECustomDAG::getUnpack(EVT DestVT, SDValue Vec, PackElem Part, in getUnpack() argument
486 (Part == PackElem::Lo) ? VEISD::VEC_UNPACK_LO : VEISD::VEC_UNPACK_HI; in getUnpack()
499 PackElem Part) const { in getTargetSplitMask()
503 if (Part == PackElem::Hi) in getTargetSplitMask()
516 NewMask = getUnpack(MVT::v256i1, RawMask, Part, NewAVL); in getTargetSplitMask()
522 PackElem Part) const { in getSplitPtrOffset()
525 if (Part == PackElem::Hi) in getSplitPtrOffset()
H A DVECustomDAG.h190 SDValue getUnpack(EVT DestVT, SDValue Vec, PackElem Part, SDValue AVL) const;
208 PackElem Part) const;
212 PackElem Part) const;
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
141 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() argument
142 if (Part.empty()) in ClassifyPathPart()
144 if (Part == PATHSTR(".")) in ClassifyPathPart()
146 if (Part == PATHSTR("..")) in ClassifyPathPart()
148 if (Part == PATHSTR("/")) in ClassifyPathPart()
151 if (Part == PATHSTR("\\")) in ClassifyPathPart()
183 auto Part = *PP; in lexically_normal() local
184 PathPartKind Kind = ClassifyPathPart(Part); in lexically_normal()
189 AddPart(Kind, Part); in lexically_normal()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h88 uint16_t Part = (Val >> (i * 16)) & 0xFFFF; in swapWord() local
89 Part = support::endian::byte_swap(Part, llvm::endianness::big); in swapWord()
90 NewVal |= (Part << (i * 16)); in swapWord()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
271 Error initialize(StringRef Part);
296 Error parseDXILHeader(StringRef Part);
297 Error parseShaderFeatureFlags(StringRef Part);
298 Error parseHash(StringRef Part);
299 Error parsePSVInfo(StringRef Part);
300 Error parseSignature(StringRef Part, DirectX::Signature &Array);
311 dxbc::PartHeader Part; in PartIterator()
303 dxbc::PartHeader Part; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
713 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments()
715 if (Part == 0) { in handleAssignments()
719 if (Part == NumParts - 1) in handleAssignments()
725 Args[i].Flags[Part], CCInfo)) { in handleAssignments()
814 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments()
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/utils/split-file/
H A Dsplit-file.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
459 for (auto &Part : llvm::drop_begin(llvm::reverse(PartitionContainer))) { in cloneLoops()
460 NewLoop = Part.cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops() local
462 Part.getVMap()[ExitBlock] = TopPH; in cloneLoops()
463 Part.remapInstructions(); in cloneLoops()
464 setNewLoopID(OrigLoopID, &Part); in cloneLoops()
590 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) {
594 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID()
597 Loop *NewLoop = Part->getDistributedLoop(); in setNewLoopID()
591 setNewLoopID(MDNode * OrigLoopID,InstPartition * Part) setNewLoopID() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
344 const ArgPart &Part = Pair.second; in doPromotion()
350 Part.Ty, nullptr, Arg.getName() + "." + Twine(Offset) + ".allc"); in doPromotion()
537 ArgPart &Part = Pair.first->second; in findArgParts()
550 if (Part.Ty != Ty) { in findArgParts()
552 << "accessed as both " << *Part.Ty << " and " << *Ty in findArgParts()
564 (OffsetNotSeenBefore || Part.Alignment < I->getAlign())) { in findArgParts()
577 Part.Alignment = std::max(Part.Alignment, I->getAlign()); in findArgParts()
342 const ArgPart &Part = Pair.second; doPromotion() local
508 ArgPart &Part = Pair.first->second; findArgParts() local
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
172 StringRef Part; in getHostCPUNameForARM()
179 Part = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM()
190 // values correspond to the "Part number" in the CP15/c0 register. The in getHostCPUNameForARM()
194 return StringSwitch<const char *>(Part) in getHostCPUNameForARM()
262 return StringSwitch<const char *>(Part) in getHostCPUNameForARM()
273 return StringSwitch<const char *>(Part) in getHostCPUNameForARM()
279 return StringSwitch<const char *>(Part) in getHostCPUNameForARM()
286 // values correspond to the "Part number" in the CP15/c0 register. The in getHostCPUNameForARM()
288 return StringSwitch<const char *>(Part) in getHostCPUNameForARM()
171 StringRef Part; getHostCPUNameForARM() local
287 unsigned Variant = 0, Part = 0; getHostCPUNameForARM() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
117 bool splitPartition(const USet &Part);
137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() argument
139 for (auto I : Part) in dump_partition()
419 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
424 for (unsigned DR : Part) { in isProfitable()
441 if (Op.isReg() && Part.count(Op.getReg())) in isProfitable()
1121 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition() argument
1128 dump_partition(dbgs(), Part, *TR in splitPartition()
1219 USet &Part = I->second; runOnMachineFunction() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdarg.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
H A Dcerrno.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
H A Dcsetjmp.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
H A Dcfloat.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
H A Dcassert.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
H A Dclimits.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

12345678910>>...45