/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmath.c | 170 UINT64 Full; member 209 MultiplicandOvl.Full = Multiplicand; in AcpiUtShortMultiply() 227 *OutProduct = Product.Full; in AcpiUtShortMultiply() 258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft() 273 *OutResult = OperandOvl.Full; in AcpiUtShortShiftLeft() 303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight() 318 *OutResult = OperandOvl.Full; in AcpiUtShortShiftRight() 467 DividendOvl.Full = Dividend; in AcpiUtShortDivide() 483 *OutQuotient = Quotient.Full; in AcpiUtShortDivide() 538 Divisor.Full = InDivisor; in AcpiUtDivide() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 23 void LVOperation::print(raw_ostream &OS, bool Full) const {} in print() 532 void LVLocation::printRaw(raw_ostream &OS, bool Full) const { in printRaw() 537 printRawExtra(OS, Full); in printRaw() 540 void LVLocation::printInterval(raw_ostream &OS, bool Full) const { in printInterval() 545 void LVLocation::print(raw_ostream &OS, bool Full) const { in print() 547 LVObject::print(OS, Full); in print() 548 printExtra(OS, Full); in print() 552 void LVLocation::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 553 printInterval(OS, Full); in printExtra() 614 void LVLocationSymbol::printRawExtra(raw_ostream &OS, bool Full) const { in printRawExtra() [all …]
|
H A D | LVObject.cpp | 111 bool Full) const { in doPrint() 112 print(OS, Full); in doPrint() 116 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes() argument 123 Object.printAttributes(OS, Full); in printAttributes() 139 void LVObject::printAttributes(raw_ostream &OS, bool Full) const { in printAttributes() 160 void LVObject::print(raw_ostream &OS, bool Full) const { in print() 161 printFileIndex(OS, Full); in print() 162 printAttributes(OS, Full); in print()
|
H A D | LVScope.cpp | 579 bool Full) const { in resolvePrinting() 621 print(*StreamSplit, Full); in doPrint() 634 Element->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint() 644 Line->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint() 650 printWarnings(*StreamSplit, Full); in doPrint() 984 void LVScope::printActiveRanges(raw_ostream &OS, bool Full) const { in report() 988 Location->print(OS, Full); in report() 992 void LVScope::printEncodedArgs(raw_ostream &OS, bool Full) const { in printActiveRanges() 994 printAttributes(OS, Full, "{Encoded} ", const_cast<LVScope *>(this), in printActiveRanges() 998 void LVScope::print(raw_ostream &OS, bool Full) cons in printActiveRanges() [all...] |
H A D | LVSymbol.cpp | 385 void LVSymbol::printLocations(raw_ostream &OS, bool Full) const { in printLocations() 388 Location->printRaw(OS, Full); in printLocations() 391 void LVSymbol::print(raw_ostream &OS, bool Full) const { in print() 394 LVElement::print(OS, Full); in print() 395 printExtra(OS, Full); in print() 399 void LVSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 438 if (Full && options().getPrintFormatting()) { in printExtra() 440 printLinkageName(OS, Full, const_cast<LVSymbol *>(this)); in printExtra() 442 Reference->printReference(OS, Full, const_cast<LVSymbol *>(this)); in printExtra() 445 LVLocation::print(Locations.get(), OS, Full); in printExtra()
|
H A D | LVType.cpp | 285 void LVType::print(raw_ostream &OS, bool Full) const { in print() 289 LVElement::print(OS, Full); in print() 290 printExtra(OS, Full); in print() 294 void LVType::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 356 void LVTypeDefinition::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 369 void LVTypeEnumerator::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 381 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 466 void LVTypeParam::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 522 void LVTypeSubrange::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
|
H A D | LVLine.cpp | 140 void LVLine::print(raw_ostream &OS, bool Full) const { in print() 143 LVElement::print(OS, Full); in print() 144 printExtra(OS, Full); in print() 199 void LVLineDebug::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 218 void LVLineAssembler::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
|
H A D | LVElement.cpp | 520 void LVElement::printFileIndex(raw_ostream &OS, bool Full) const { 529 printAttributes(OS, /*Full=*/false); in printFileIndex() 540 void LVElement::printReference(raw_ostream &OS, bool Full, 543 printAttributes(OS, Full, "{Reference} ", Parent, in printReference() 548 void LVElement::printLinkageName(raw_ostream &OS, bool Full, 551 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName() 556 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, 563 printAttributes(OS, Full, "{Linkage} ", Parent, Text, in printLinkageName() 541 printReference(raw_ostream & OS,bool Full,LVElement * Parent) const printReference() argument 549 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent) const printLinkageName() argument 557 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent,LVScope * Scope) const printLinkageName() argument
|
H A D | LVRange.cpp | 145 void LVRange::print(raw_ostream &OS, bool Full) const { in print() 149 Scope->printAttributes(OS, Full); in print() 157 printExtra(OS, Full); in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiHashing.h | 21 explicit TagRecordHash(codeview::ClassRecord CR, uint32_t Full, in TagRecordHash() 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 50 void print(raw_ostream &OS, bool Full = true) const; 154 static void print(LVLocations *Locations, raw_ostream &OS, bool Full = true); 155 void printInterval(raw_ostream &OS, bool Full = true) const; 156 void printRaw(raw_ostream &OS, bool Full = true) const; 157 virtual void printRawExtra(raw_ostream &OS, bool Full = true) const {} 159 void print(raw_ostream &OS, bool Full = true) const override; 160 void printExtra(raw_ostream &OS, bool Full = true) const override; 183 void printRawExtra(raw_ostream &OS, bool Full = true) const override; 184 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVScope.h | 136 void printEncodedArgs(raw_ostream &OS, bool Full) const; 138 void printActiveRanges(raw_ostream &OS, bool Full = true) const; 250 bool Full = true) const override; 315 void print(raw_ostream &OS, bool Full = true) const override; 316 void printExtra(raw_ostream &OS, bool Full = true) const override; 317 virtual void printWarnings(raw_ostream &OS, bool Full = true) const {} 360 void printExtra(raw_ostream &OS, bool Full = true) const override; 377 void printExtra(raw_ostream &OS, bool Full = true) const override; 393 void printExtra(raw_ostream &OS, bool Full = true) const override; 582 void printLocalNames(raw_ostream &OS, bool Full = true) const; [all …]
|
H A D | LVType.h | 139 void print(raw_ostream &OS, bool Full = true) const override; 140 void printExtra(raw_ostream &OS, bool Full = true) const override; 167 void printExtra(raw_ostream &OS, bool Full = true) const override; 196 void printExtra(raw_ostream &OS, bool Full = true) const override; 210 void printExtra(raw_ostream &OS, bool Full = true) const override; 239 void printExtra(raw_ostream &OS, bool Full = true) const override; 284 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVLine.h | 105 void print(raw_ostream &OS, bool Full = true) const override; 106 void printExtra(raw_ostream &OS, bool Full = true) const override {} 139 void printExtra(raw_ostream &OS, bool Full = true) const override; 158 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVObject.h | 192 virtual void printFileIndex(raw_ostream &OS, bool Full = true) const {} 299 bool Full = true) const; 300 void printAttributes(raw_ostream &OS, bool Full = true) const; 301 void printAttributes(raw_ostream &OS, bool Full, StringRef Name, 309 virtual void print(raw_ostream &OS, bool Full = true) const; 312 virtual void printExtra(raw_ostream &OS, bool Full = true) const {}
|
H A D | LVSymbol.h | 151 void printLocations(raw_ostream &OS, bool Full = true) const; 183 void print(raw_ostream &OS, bool Full = true) const override; 184 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVRange.h | 87 void print(raw_ostream &OS, bool Full = true) const override; 88 void printExtra(raw_ostream &OS, bool Full = true) const override {}
|
H A D | LVElement.h | 130 void printFileIndex(raw_ostream &OS, bool Full = true) const override; 326 void printReference(raw_ostream &OS, bool Full, LVElement *Parent) const; 329 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, 331 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSDictionary.h | 59 class Full : public Matcher { 61 Full(ConstString n); 62 ~Full() override = default; 70 MatcherUP GetFullMatch(ConstString n) { return std::make_unique<Full>(n); } in GetFullMatch()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 92 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeFormalArguments() 105 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in CheckReturn() 119 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeReturn() 132 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands() 150 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands() 167 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { in AnalyzeCallResult() 179 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) { in AnalyzeCallResult() 216 if (Fn(0, VT, VT, CCValAssign::Full, Flags, *this)) { in getRemainingRegParmsForType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_arm64.cpp | 168 m_sve_state = SVEState::Full; in ConfigureRegisterContext() 207 } else if (m_sve_state == SVEState::Full || in CalculateSVEOffset() 251 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister() 257 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister() 298 case SVEState::Full: in ReadRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_x86_32.h | 127 Full = Control | Integer | Segments, enumerator 128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
|
H A D | RegisterContextMinidump_x86_64.h | 172 Full = Control | Integer | FloatingPoint, enumerator 173 All = Full | Segments | DebugRegisters,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfWriter.h | 200 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 89 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createPartialUnrollMetadata() 387 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createFullUnrollMetadata() 545 case LoopAttributes::Full: in finish() 546 BeforeJam.UnrollEnable = LoopAttributes::Full; in finish() 745 case LoopHintAttr::Full: in push() 748 setUnrollState(LoopAttributes::Full); in push() 751 setUnrollAndJamState(LoopAttributes::Full); in push()
|