| /freebsd-14.2/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utmath.c | 262 OperandOvl.Part.Hi = OperandOvl.Part.Lo; in AcpiUtShortShiftLeft() 307 OperandOvl.Part.Lo = OperandOvl.Part.Hi; in AcpiUtShortShiftRight() 552 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo, in AcpiUtDivide() 556 Quotient.Part.Lo, Remainder.Part.Lo); in AcpiUtDivide() 583 NormalizedDividend.Part.Hi, NormalizedDividend.Part.Lo, in AcpiUtDivide() 590 Partial1 = Quotient.Part.Lo * Divisor.Part.Hi; in AcpiUtDivide() 594 Remainder.Part.Hi = Partial3.Part.Lo; in AcpiUtDivide() 595 Remainder.Part.Lo = Partial2.Part.Lo; in AcpiUtDivide() 599 if (Partial3.Part.Lo >= Dividend.Part.Hi) in AcpiUtDivide() 601 if (Partial3.Part.Lo == Dividend.Part.Hi) in AcpiUtDivide() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 425 for (unsigned Part = 0; Part < State.UF; ++Part) in generateInstruction() local 434 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 783 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 [all …]
|
| H A D | VPlan.cpp | 239 if (hasVectorValue(Def, Part)) in get() 264 if (Part != 0) in get() 268 set(Def, B, Part); in get() 276 set(Def, ScalarValue, Part); in get() 315 set(Def, VectorValue, Part); in get() 320 set(Def, Undef, Part); in get() 658 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 659 State->Instance->Part = Part; in execute() 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 [all …]
|
| H A D | VPlan.h | 221 unsigned Part; member 225 VPIteration(unsigned Part, unsigned Lane, 227 : Part(Part), Lane(Lane, Kind) {} in Part() function 229 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} in VPIteration() 269 Value *get(VPValue *Def, unsigned Part); 277 I->second[Part]; in hasVectorValue() 285 return Instance.Part < I->second.size() && in hasScalarValue() 287 I->second[Instance.Part][CacheIdx]; in hasScalarValue() 296 Data.PerPartOutput[Def][Part] = V; in set() 303 Iter->second[Part] = V; in reset() [all …]
|
| H A D | LoopVectorize.cpp | 2539 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 …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 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() 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.begin(), ReadHash)) in parseHash() 95 Error DXContainer::parsePSVInfo(StringRef Part) { in parsePSVInfo() argument 98 PSVInfo = DirectX::PSVRuntimeInfo(Part); in parsePSVInfo() 106 if (Error Err = readStruct(Part, Part.begin(), SigHeader)) in initialize() 133 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DXContainerYAML.h | 148 struct Part { struct 149 Part() = default; 150 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() argument 162 std::vector<Part> Parts; argument 168 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) 210 template <> struct MappingTraits<DXContainerYAML::Part> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 211 static void mapping(IO &IO, DXContainerYAML::Part &Version); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPISelLowering.cpp | 207 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 D | VECustomDAG.cpp | 480 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 D | VECustomDAG.h | 190 SDValue getUnpack(EVT DestVT, SDValue Vec, PackElem Part, SDValue AVL) const; 208 PackElem Part) const; 212 PackElem Part) const;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path.cpp | 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kBaseInfo.h | 88 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-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 263 Error initialize(StringRef Part); 288 Error parseDXILHeader(StringRef Part); 289 Error parseShaderFlags(StringRef Part); 290 Error parseHash(StringRef Part); 291 Error parsePSVInfo(StringRef Part); 292 Error parseSignature(StringRef Part, DirectX::Signature &Array); 303 dxbc::PartHeader Part; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 669 for (unsigned Part = 0; Part < NumParts; ++Part) { in determineAssignments() local 671 if (Part == 0) { in determineAssignments() 675 if (Part == NumParts - 1) in determineAssignments() 681 Args[i].Flags[Part], CCInfo)) { in determineAssignments() 760 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments() local 761 Args[i].Regs[Part] = MRI.createGenericVirtualRegister(NewLLT); in handleAssignments() 775 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local 776 Register ArgReg = Args[i].Regs[Part]; in handleAssignments() 778 unsigned Idx = BigEndianPartOrdering ? NumParts - 1 - Part : Part; in handleAssignments() 780 const ISD::ArgFlagsTy Flags = Args[i].Flags[Part]; in handleAssignments() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/split-file/ |
| H A D | split-file.cpp | 64 struct Part { struct 72 DenseMap<StringRef, Part> partToBegin; in handle() 101 Part &cur = res.first->second; in handle() 130 Part &part = keyValue.second; in handle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 460 for (auto &Part : llvm::drop_begin(llvm::reverse(PartitionContainer))) { in cloneLoops() local 461 NewLoop = Part.cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops() 463 Part.getVMap()[ExitBlock] = TopPH; in cloneLoops() 464 Part.remapInstructions(); in cloneLoops() 465 setNewLoopID(OrigLoopID, &Part); in cloneLoops() 591 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID() argument 595 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID() 598 Loop *NewLoop = Part->getDistributedLoop(); in setNewLoopID()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 342 const ArgPart &Part = Pair.second; in doPromotion() local 348 Part.Ty, nullptr, Arg.getName() + "." + Twine(Offset) + ".allc"); in doPromotion() 508 ArgPart &Part = Pair.first->second; in findArgParts() local 521 if (Part.Ty != Ty) { in findArgParts() 523 << "accessed as both " << *Part.Ty << " and " << *Ty in findArgParts() 535 (OffsetNotSeenBefore || Part.Alignment < I->getAlign())) { in findArgParts() 548 Part.Alignment = std::max(Part.Alignment, I->getAlign()); in findArgParts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 171 StringRef Part; in getHostCPUNameForARM() local 178 Part = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM() 193 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 236 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 247 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 253 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 262 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 270 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 287 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local 315 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 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() 424 for (unsigned DR : Part) { in isProfitable() 441 if (Op.isReg() && Part.count(Op.getReg())) in isProfitable() 1133 for (unsigned DR : Part) { in splitPartition() 1163 for (unsigned DR : Part) { in splitPartition() 1219 USet &Part = I->second; in runOnMachineFunction() local 1222 if (!isProfitable(Part, IRM)) in runOnMachineFunction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdarg.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | climits.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | cassert.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | cfloat.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | csetjmp.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | cerrno.inc | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|