| /src/sys/external/bsd/acpica/dist/utilities/ |
| utmath.c | 63 UINT64_STRUCT Part; 107 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Hi, Multiplier, 108 Product.Part.Hi, Carry32); 110 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Lo, Multiplier, 111 Product.Part.Lo, Carry32); 113 Product.Part.Hi += Carry32; 154 OperandOvl.Part.Hi = OperandOvl.Part.Lo; 155 OperandOvl.Part.Lo = 0; 158 ACPI_SHIFT_LEFT_64_BY_32 (OperandOvl.Part.Hi [all...] |
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| filesystem.bench.cpp | 14 for (auto& Part : in) 15 PP /= Part; 32 for (auto& Part : in) 33 PP /= Part; 50 for (auto& Part : in) 51 PP /= Part; 82 for (auto& Part : in) 83 PP /= Part; 102 for (auto& Part : in) 103 PP /= Part; [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| llvm_dep.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| version.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| linker.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| string_test.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| transforms_coroutines.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| bitwriter.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| transforms_instrumentation.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| bitreader.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| support.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| transforms_ipo.go | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/ |
| llvm_all_backends.mli | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/ |
| llvm_bitreader.ml | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/ |
| llvm_irreader.ml | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| llvm_irreader.mli | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/ |
| llvm_linker.ml | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| llvm_linker.mli | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlan.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 233 .PerPartScalars[Def][Instance.Part][Instance.Lane.mapToCacheIndex(VF)]; 236 assert(hasVectorValue(Def, Instance.Part)); 237 auto *VecPart = Data.PerPartOutput[Def][Instance.Part]; 452 // and exit blocks as part of the VPlan. In the VPlan-native path, skip 475 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { 476 State->Instance->Part = Part; [all...] |
| LoopVectorize.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 522 /// and \p MaxLane, times each part between \p MinPart and \p MaxPart, 679 unsigned Part, unsigned Lane = UINT_MAX); 1598 /// Returns true if the Phi is part of an inloop reduction. 1634 /// disabled or unsupported, then the scalable part will be equal to 1681 /// part of that pattern. 2316 for (unsigned Part = 0; Part < UF; ++Part) { 2317 State.set(Def, LastInduction, Part); [all...] |
| VPlan.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 179 unsigned Part; 183 VPIteration(unsigned Part, unsigned Lane, 185 : Part(Part), Lane(Lane, Kind) {} 187 VPIteration(unsigned Part, const VPLane &Lane) : Part(Part), Lane(Lane) {} 189 bool isFirstIteration() const { return Part == 0 && Lane.isFirstLane(); } 222 /// Get the generated Value for a given VPValue and a given Part. Note tha [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
| llvm_bitwriter.ml | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/ |
| llvm_passmgr_builder.ml | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /src/external/apache2/llvm/dist/llvm/tools/split-file/ |
| split-file.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 10 // the specified part. 61 struct Part { 69 DenseMap<StringRef, Part> partToBegin; 81 error(input, lineNo, "empty part name"); 85 error(input, lineNo, "part name cannot have leading or trailing space"); 97 Part &cur = res.first->second; 101 // newlines so that the extracted part preserves line numbers. 107 fatal(input, "no part separator was found"); 126 Part &part = keyValue.second local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| CallLowering.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 456 assert(SrcTy != PartTy && "identical part types shouldn't reach here"); 575 for (unsigned Part = 0; Part < NumParts; ++Part) { 577 if (Part == 0) { 581 if (Part == NumParts - 1) 597 Args[i].Flags[Part], CCInfo)) { 598 // Still couldn't assign this smaller part type for some reason. 659 for (unsigned Part = 0; Part < NumParts; ++Part [all...] |