Home
last modified time | relevance | path

Searched refs:Full (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c170 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 DLVLocation.cpp23 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 DLVObject.cpp111 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 DLVScope.cpp579 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 DLVSymbol.cpp385 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 DLVType.cpp285 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 DLVLine.cpp140 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 DLVElement.cpp520 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 DLVRange.cpp145 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 DTpiHashing.h21 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 DLVLocation.h50 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 DLVScope.h136 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 DLVType.h139 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 DLVLine.h105 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 DLVObject.h192 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 DLVSymbol.h151 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 DLVRange.h87 void print(raw_ostream &OS, bool Full = true) const override;
88 void printExtra(raw_ostream &OS, bool Full = true) const override {}
H A DLVElement.h130 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 DNSDictionary.h59 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 DCallingConvLower.cpp92 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 DRegisterContextPOSIXCore_arm64.cpp168 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 DRegisterContextMinidump_x86_32.h127 Full = Control | Integer | Segments, enumerator
128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
H A DRegisterContextMinidump_x86_64.h172 Full = Control | Integer | FloatingPoint, enumerator
173 All = Full | Segments | DebugRegisters,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h200 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp89 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()

123456789