| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 479 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 480 State->Instance->Part = Part; in execute() 650 State.set(this, V, Part); in generateInstruction() 658 State.set(this, V, Part); in generateInstruction() 665 State.set(this, V, Part); in generateInstruction() 705 Value *PartMinus1 = Part == 0 ? V1 : State.get(getOperand(1), Part - 1); in generateInstruction() 721 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local 783 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) in execute() local 1227 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { in execute() local 1304 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local [all …]
|
| H A D | LoopVectorize.cpp | 2335 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local 2463 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local 2611 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local 2735 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2776 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2841 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2927 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction() local 2970 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 3001 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 4999 for (unsigned Part = 0; Part < UF; ++Part) { in widenCallInstruction() local [all …]
|
| H A D | VPlan.h | 179 unsigned Part; member 183 VPIteration(unsigned Part, unsigned Lane, 185 : Part(Part), Lane(Lane, Kind) {} in Part() function 187 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} in VPIteration() 227 Value *get(VPValue *Def, unsigned Part); 235 I->second[Part]; in hasVectorValue() 247 return Instance.Part < I->second.size() && in hasScalarValue() 249 I->second[Instance.Part][CacheIdx]; in hasScalarValue() 258 Data.PerPartOutput[Def][Part] = V; in set() 265 Iter->second[Part] = V; in reset() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 581 for (unsigned Part = 0; Part < NumParts; ++Part) { in determineAssignments() local 583 if (Part == 0) { in determineAssignments() 587 if (Part == NumParts - 1) in determineAssignments() 593 Args[i].Flags[Part], CCInfo)) { in determineAssignments() 655 for (unsigned Part = 0; Part < NumParts; ++Part) in handleAssignments() local 656 Args[i].Regs[Part] = MRI.createGenericVirtualRegister(NewLLT); in handleAssignments() 669 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local 670 Register ArgReg = Args[i].Regs[Part]; in handleAssignments() 672 VA = ArgLocs[j + Part]; in handleAssignments() 673 const ISD::ArgFlagsTy Flags = Args[i].Flags[Part]; in handleAssignments() [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | jpeg | 115 >20 string \x6a\x70\x32\x20 Part 1 (JP2) 117 >20 string \x6a\x70\x78\x20 Part 2 (JPX) 119 >20 string \x6a\x70\x6d\x20 Part 6 (JPM) 121 >20 string \x6d\x6a\x70\x32 Part 3 (MJ2)
|
| /freebsd-13.1/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() 425 for (unsigned DR : Part) { in isProfitable() 442 if (Op.isReg() && Part.count(Op.getReg())) in isProfitable() 1135 for (unsigned DR : Part) { in splitPartition() 1165 for (unsigned DR : Part) { in splitPartition() 1221 USet &Part = I->second; in runOnMachineFunction() local 1224 if (!isProfitable(Part, IRM)) in runOnMachineFunction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 468 auto *Part = &*I; in cloneLoops() local 470 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops() 472 Part->getVMap()[ExitBlock] = TopPH; in cloneLoops() 473 Part->remapInstructions(); in cloneLoops() 474 setNewLoopID(OrigLoopID, Part); in cloneLoops() 598 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID() argument 602 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID() 605 Loop *NewLoop = Part->getDistributedLoop(); in setNewLoopID()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Host.cpp | 168 StringRef Part; in getHostCPUNameForARM() local 175 Part = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM() 190 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 220 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 231 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 237 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 246 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 254 return StringSwitch<const char *>(Part) in getHostCPUNameForARM() 271 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local 283 I.ltrim("\t :").getAsInteger(0, Part); in getHostCPUNameForARM() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticAnalysisKinds.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | DiagnosticCategories.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | arm_bf16.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBanks.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterBanks.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cassert | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | execution | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | ciso646 | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | ccomplex | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | cstdbool | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | ctgmath | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | RegisterBank.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interface_posix.inc | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBanks.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBanks.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VIInstrFormats.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|