| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 58 struct Element { struct 59 Element(unsigned Priority, Function *Func, Value *Data) in Element() function 85 LLVM_ABI Element operator*() const; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 324 LVElement *Element) { in add() 340 LVElement *Element = nullptr; in find() local 837 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 887 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 1437 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 1744 LVElement *Element, uint32_t StreamIdx) { in printTypeBegin() 1762 LVElement *Element, in printMemberBegin() 1790 TypeIndex TI, LVElement *Element) { in visitKnownRecord() 1813 TypeIndex TI, LVElement *Element) { in visitKnownRecord() 1931 TypeIndex TI, LVElement *Element) { in visitKnownRecord() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 73 StringRef Element(llvm::sys::path::filename( in insert() local 77 StringRef Element(llvm::sys::path::filename( in insert() local 117 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 63 LVCompareInfo::iterator getResultsEntry(LVElement *Element) { in getResultsEntry() 80 void updateExpected(LVElement *Element) { in updateExpected() 88 void updateMissingOrAdded(LVElement *Element, LVComparePass Pass) { in updateMissingOrAdded() 239 for (const LVElement *Element : Elements) { in execute() local 362 void LVCompare::printItem(LVElement *Element, LVComparePass Pass) { in printItem()
|
| H A D | LVReader.cpp | 37 auto AddElement = [&](LVElement *Element, LVScope *Scope) { in checkIntegrityScopesTree() 78 auto PrintElement = [&](LVElement *Element, unsigned Index = 0) { in checkIntegrityScopesTree() 93 LVElement *Element; in checkIntegrityScopesTree() local
|
| H A D | LVScope.cpp | 110 void LVScope::addToChildren(LVElement *Element) { in addToChildren() 116 void LVScope::addElement(LVElement *Element) { in addElement() 261 bool LVScope::removeElement(LVElement *Element) { in removeElement() 440 if (LVElement *Element = getType()) in resolveReferences() local 1283 LVElement *Element = Location->getParent(); in lineRange() local 1361 void LVScopeCompileUnit::addInvalidOffset(LVOffset Offset, LVElement *Element) { in addInvalidOffset() 1468 LVElement *Element = Iter != Map.end() ? Iter->second : nullptr; in printWarnings() local 1653 for (const LVElement *Element : MatchedElements) in printMatchedElements() local
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 457 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local 521 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtTrackAllocation() local 756 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtDumpAllocations() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local 179 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local 280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Markup.cpp | 76 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local 123 MarkupNode Element; in parseElement() local
|
| H A D | MarkupFilter.cpp | 469 void MarkupFilter::printRawElement(const MarkupNode &Element) { in printRawElement() 646 bool MarkupFilter::checkNumFields(const MarkupNode &Element, in checkNumFields() 659 bool MarkupFilter::checkNumFieldsAtLeast(const MarkupNode &Element, in checkNumFieldsAtLeast() 671 void MarkupFilter::warnNumFieldsAtMost(const MarkupNode &Element, in warnNumFieldsAtMost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 72 static bool classof(const LVElement *Element) { in classof() 114 virtual void setUnderlyingType(LVElement *Element) {} in setUnderlyingType() 164 void setUnderlyingType(LVElement *Element) override { setType(Element); } in setUnderlyingType()
|
| H A D | LVSymbol.h | 79 static bool classof(const LVElement *Element) { in classof() 102 void setReference(LVElement *Element) override { in setReference()
|
| H A D | LVScope.h | 160 static bool classof(const LVElement *Element) { in classof() 347 void setReference(LVElement *Element) override { in setReference() 466 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 586 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 674 void setReference(LVElement *Element) override { in setReference() 795 void setReference(LVElement *Element) override { in setReference()
|
| H A D | LVCompare.h | 72 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.h | 67 LVElement *Element; member 70 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | ChromiumCheckModel.cpp | 54 bool ChromiumCheckModel::transfer(const CFGElement &Element, Environment &Env) { in transfer()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeArray.cpp | 56 NativeRawSymbol &Element = in getCount() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 211 for (const auto Element : Elements) { in completeType() local 250 for (const auto Element : Elements) { in completeType() local 347 for (const auto *Element : Elements) { in completeType() local 419 auto Element = tryRemoveAtomicType(Elements[I]); in completeType() local 644 for (const auto Element : Elements) { in visitSubroutineType() local 747 for (const auto *Element : Elements) { in visitStructType() local 767 for (const auto *Element : Elements) { in visitStructType() local 797 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType() local 1072 for (const auto *Element : Elements) { in visitMapDefType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILRootSignature.cpp | 260 MDNode *Element = dyn_cast<MDNode>(DescriptorTableNode->getOperand(I)); in parseDescriptorTable() local 349 MDNode *Element) { in parseRootSignatureElement() 392 MDNode *Element = dyn_cast<MDNode>(Operand); in parse() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 531 Value *Element = ResidualLoopBuilder.CreateAlignedLoad( in createMemMoveLoopUnknownSize() local 567 Value *Element = MainLoopBuilder.CreateAlignedLoad( in createMemMoveLoopUnknownSize() local 595 Value *Element = MainLoopBuilder.CreateAlignedLoad( in createMemMoveLoopUnknownSize() local 635 Value *Element = ResidualLoopBuilder.CreateAlignedLoad( in createMemMoveLoopUnknownSize() local 767 Value *Element = LoopBuilder.CreateAlignedLoad( in createMemMoveLoopKnownSize() local 799 Value *Element = LoopBuilder.CreateAlignedLoad( in createMemMoveLoopKnownSize() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Recycler.h | 106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | HLSLRootSignature.cpp | 217 raw_ostream &operator<<(raw_ostream &OS, const RootElement &Element) { in operator <<() 233 for (const RootElement &Element : Elements) { in dumpRootElements() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 147 PrettyStackTraceCFGElement(const CFGElement &Element, int BlockIdx, in PrettyStackTraceCFGElement() 162 const CFGElement ∈ member in clang::dataflow::__anon57fc8b7a0211::PrettyStackTraceCFGElement 435 for (const auto &Element : Block) { local
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dspkginit.c | 550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
|