Home
last modified time | relevance | path

Searched refs:getMetadataID (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h196 switch (MD->getMetadataID()) { in classof()
306 return MD->getMetadataID() == GenericDINodeKind; in classof()
345 return MD->getMetadataID() == DIAssignIDKind; in classof()
410 return MD->getMetadataID() == DISubrangeKind; in classof()
454 return MD->getMetadataID() == DIGenericSubrangeKind; in classof()
513 return MD->getMetadataID() == DIEnumeratorKind; in classof()
552 switch (MD->getMetadataID()) { in classof()
688 return MD->getMetadataID() == DIFileKind; in classof()
822 switch (MD->getMetadataID()) { in classof()
943 return MD->getMetadataID() == DIBasicTypeKind || in classof()
[all …]
H A DMetadata.h103 unsigned getMetadataID() const { return SubclassID; } in getMetadataID() function
165 return MD.getMetadataID() == Metadata::CLASS##Kind; \
523 return MD->getMetadataID() == LocalAsMetadataKind || in classof()
524 MD->getMetadataID() == ConstantAsMetadataKind; in classof()
548 return MD->getMetadataID() == ConstantAsMetadataKind; in classof()
570 return MD->getMetadataID() == LocalAsMetadataKind; in classof()
754 return MD->getMetadataID() == MDStringKind; in classof()
1256 bool isAlwaysReplaceable() const { return getMetadataID() == DIAssignIDKind; }
1365 assert(getMetadataID() == MDTupleKind &&
1440 switch (MD->getMetadataID()) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp259 if (OwnerMD->getMetadataID() == Metadata::DIArgListKind) in getAllArgListUsers()
408 switch (OwnerMD->getMetadataID()) { in replaceAllUsesWith()
669 switch (getMetadataID()) { in clone()
867 switch (getMetadataID()) { in replaceWithPermanentImpl()
968 switch (getMetadataID()) { in deleteAsSubclass()
1004 switch (getMetadataID()) { in uniquify()
1020 switch (getMetadataID()) { in eraseFromStore()
1063 switch (getMetadataID()) { in storeDistinctInContext()
H A DDebugInfo.cpp1938 switch(unwrap(Metadata)->getMetadataID()) { in LLVMGetMetadataKind()
H A DAsmWriter.cpp2707 switch (Node->getMetadataID()) { in WriteMDNodeBodyInternal()
H A DVerifier.cpp1048 switch (MD.getMetadataID()) { in visitMDNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h153 unsigned getMetadataID(const Metadata *MD) const { in getMetadataID() function
H A DDXILBitcodeWriter.cpp1380 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation()
1745 switch (N->getMetadataID()) { in writeMetadataRecords()
1831 Record.push_back(VE.getMetadataID(N)); in writeModuleMetadata()
1862 Record.push_back(VE.getMetadataID(I.second)); in writeFunctionMetadataAttachment()
1881 Record.push_back(VE.getMetadataID(MDs[i].second)); in writeFunctionMetadataAttachment()
H A DDXILValueEnumerator.cpp519 return getMetadataID(MD->getMetadata()); in getValueID()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h152 unsigned getMetadataID(const Metadata *MD) const { in getMetadataID() function
H A DBitcodeWriter.cpp1830 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation()
2248 Record.push_back(VE.getMetadataID(MD)); in writeDIArgList()
2452 Record.push_back(VE.getMetadataID(N)); in writeNamedMetadata()
2524 switch (N->getMetadataID()) { in writeMetadataRecords()
2659 Record.push_back(VE.getMetadataID(I.second)); in pushGlobalMetadataAttachment()
2689 Record.push_back(VE.getMetadataID(MD)); in writeFunctionMetadataAttachment()
3070 unsigned ValID = VE.getMetadataID(MD); in pushValueOrMetadata()
3788 Vals.push_back(VE.getMetadataID(RawLocation)); in writeFunction()
3797 Vals.push_back(VE.getMetadataID(&*DLR->getDebugLoc())); in writeFunction()
3798 Vals.push_back(VE.getMetadataID(DLR->getLabel())); in writeFunction()
[all …]
H A DValueEnumerator.cpp524 return getMetadataID(MD->getMetadata()); in getValueID()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp758 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1782 return Node->getMetadataID() == Metadata::DIAssignIDKind; in hoistConditionalLoadsStores()