| /freebsd-12.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-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1563 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local 1707 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local 1813 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local 2040 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2075 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2135 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local 2262 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 2293 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local 3423 for (unsigned Part = 0; Part < UF; ++Part) { in fixFirstOrderRecurrence() local 3548 for (unsigned Part = 0; Part < UF; ++Part) { in fixReduction() local [all …]
|
| H A D | VPlan.h | 86 unsigned Part; member 143 return Entry[Part] != nullptr; in hasVectorValue() 159 assert(Entry[Instance.Part].size() == VF && in hasScalarValue() 168 return VectorMapStorage[Key][Part]; in getVectorValue() 186 VectorMapStorage[Key][Part] = Vector; in setVectorValue() 197 for (unsigned Part = 0; Part < UF; ++Part) in setScalarValue() local 198 Entry[Part].resize(VF, nullptr); in setScalarValue() 210 VectorMapStorage[Key][Part] = Vector; in resetVectorValue() 264 Value *get(VPValue *Def, unsigned Part) { in get() 267 return Data.PerPartOutput[Def][Part]; in get() [all …]
|
| H A D | VPlan.cpp | 262 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 263 State->Instance->Part = Part; in execute() 292 Value *A = State.get(getOperand(0), Part); in generateInstruction() 293 Value *B = State.get(getOperand(1), Part); in generateInstruction() 295 State.set(this, V, Part); in generateInstruction() 301 Value *A = State.get(getOperand(0), Part); in generateInstruction() 303 State.set(this, V, Part); in generateInstruction() 307 Value *IV = State.get(getOperand(0), Part); in generateInstruction() 310 State.set(this, V, Part); in generateInstruction() 320 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local [all …]
|
| H A D | LoopVectorizationPlanner.h | 209 Value *getOrCreateVectorValues(Value *V, unsigned Part) override;
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | jpeg | 107 >20 string \x6a\x70\x32\x20 Part 1 (JP2) 109 >20 string \x6a\x70\x78\x20 Part 2 (JPX) 111 >20 string \x6a\x70\x6d\x20 Part 6 (JPM) 113 >20 string \x6d\x6a\x70\x32 Part 3 (MJ2)
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 102 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 118 bool splitPartition(const USet &Part); 138 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() argument 140 for (auto I : Part) in dump_partition() 427 for (unsigned DR : Part) { in isProfitable() 444 if (Op.isReg() && Part.count(Op.getReg())) in isProfitable() 1139 for (unsigned DR : Part) { in splitPartition() 1169 for (unsigned DR : Part) { in splitPartition() 1225 USet &Part = I->second; in runOnMachineFunction() local 1228 if (!isProfitable(Part, IRM)) in runOnMachineFunction() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 1003 unsigned Part = R.OpN & OpRef::Whole; in materialize() local 1010 if (Part != OpRef::Whole) { in materialize() 1011 assert(Part == OpRef::LoHalf || Part == OpRef::HiHalf); in materialize() 1014 unsigned Sub = (Part == OpRef::LoHalf) ? Hexagon::vsub_lo in materialize()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 469 auto *Part = &*I; in cloneLoops() local 471 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops() 473 Part->getVMap()[ExitBlock] = TopPH; in cloneLoops() 474 Part->remapInstructions(); in cloneLoops() 475 setNewLoopID(OrigLoopID, Part); in cloneLoops() 599 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID() argument 603 Part->hasDepCycle() ? LLVMLoopDistributeFollowupSequential in setNewLoopID() 606 Loop *NewLoop = Part->getDistributedLoop(); in setNewLoopID()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 577 auto Part = Partition(F); in extractAndCompile() local 578 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile() 580 for (auto *SubF : Part) { in extractAndCompile() 614 const PartitionT &Part) { in emitPartition() argument 619 for (auto *F : Part) { in emitPartition() 666 for (auto *F : Part) in emitPartition() 670 for (auto *F : Part) in emitPartition()
|
| /freebsd-12.1/contrib/libc++/src/filesystem/ |
| H A D | operations.cpp | 1388 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart() argument 1389 if (Part.empty()) in ClassifyPathPart() 1391 if (Part == ".") in ClassifyPathPart() 1393 if (Part == "..") in ClassifyPathPart() 1395 if (Part == "/") in ClassifyPathPart() 1426 auto Part = *PP; in lexically_normal() local 1427 PathPartKind Kind = ClassifyPathPart(Part); in lexically_normal() 1432 AddPart(Kind, Part); in lexically_normal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 1948 const StringRef Part = (*I)->getValueAsString("Name"); in generateStrictConformsTo() local 1951 OS << "LangOpts." << Part; in generateStrictConformsTo() 2774 StringRef Part = *I; in GenerateTargetSpecificAttrCheck() local 2778 Test += Part; in GenerateTargetSpecificAttrCheck() 2782 *FnName += Part; in GenerateTargetSpecificAttrCheck() 2808 StringRef Part = *I; in GenerateTargetSpecificAttrChecks() local 2810 Test += Part; in GenerateTargetSpecificAttrChecks() 2814 *FnName += Part; in GenerateTargetSpecificAttrChecks() 3405 const StringRef Part = (*I)->getValueAsString("Name"); in GenerateLangOptRequirements() local 3411 Test += Part; in GenerateLangOptRequirements() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 203 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local 206 assert(Part.getValueType() == N->getValueType(0) && in ExpandRes_EXTRACT_ELEMENT() 209 GetPairElements(Part, Lo, Hi); in ExpandRes_EXTRACT_ELEMENT()
|
| H A D | SelectionDAGBuilder.cpp | 814 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT); in getCopyFromRegs() 816 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT, *Flag); in getCopyFromRegs() 825 if (!TargetRegisterInfo::isVirtualRegister(Regs[Part+i]) || in getCopyFromRegs() 830 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs() 868 Part += NumRegs; in getCopyFromRegs() 898 Part += NumParts; in getCopyToRegs() 904 SDValue Part; in getCopyToRegs() local 906 Part = DAG.getCopyToReg(Chain, dl, Regs[i], Parts[i]); in getCopyToRegs() 908 Part = DAG.getCopyToReg(Chain, dl, Regs[i], Parts[i], *Flag); in getCopyToRegs() 909 *Flag = Part.getValue(1); in getCopyToRegs() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 384 Function *Part = *Fns.begin(); in setCoroInfo() local 385 Module *M = Part->getParent(); in setCoroInfo() 386 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Host.cpp | 246 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local 258 I.ltrim("\t :").getAsInteger(0, Part); in getHostCPUNameForARM() 260 unsigned Exynos = (Variant << 12) | Part; in getHostCPUNameForARM()
|
| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | typeinfo | 63 * @brief Part of RTTI.
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 713 int Part[4]; member 724 V.Part[N] *= 10; in parseVersion() 725 V.Part[N] += C - '0'; in parseVersion() 758 OS.EmitIntValue(FrontVer.Part[N], 2); in emitCompilerInformation() 771 OS.EmitIntValue(BackVer.Part[N], 2); in emitCompilerInformation()
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 242 Part 5.2: Modes of operation for an n-bit block cipher algorithm
|
| /freebsd-12.1/usr.bin/sed/ |
| H A D | POSIX | 5 Part 2: Shell and Utilities
|
| /freebsd-12.1/share/dict/ |
| H A D | propernames | 880 Part
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 100 for (Record *Part : Parts) in updateComponents() 101 IdxParts.push_back(RegBank.getSubRegIdx(Part)); in updateComponents()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 470 // Special Part-Word Load/Store (SPLS)
|
| /freebsd-12.1/share/misc/ |
| H A D | iso639 | 10 # languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 307 Part of the isp_reset call may cause callbacks out to the bus dependent 466 Part of the initialization (isp_init) for Fibre Channel HBAs involves
|