reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/Instruction.h
  239     return getMetadata(Kind) != nullptr;
lib/CodeGen/SelectionDAG/FastISel.cpp
 1242     if (MDNode *MD = CLI.CS->getInstruction()->getMetadata("heapallocsite"))
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8183   const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc");
lib/IR/DiagnosticInfo.cpp
   57   if (const MDNode *SrcLoc = I.getMetadata("srcloc")) {
lib/Target/AArch64/AArch64ISelLowering.cpp
 8748       I.getMetadata(FALKOR_STRIDED_ACCESS_MD) != nullptr)
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  929   return Term->getMetadata("amdgpu.uniform") ||
  930          Term->getMetadata("structurizecfg.uniform");
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
   49   return I && I->getMetadata("amdgpu.uniform");
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1527   return I && I->getMetadata("amdgpu.uniform");
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  164          T->getMetadata("structurizecfg.uniform") != nullptr;
lib/Target/AMDGPU/SIISelLowering.cpp
 1338   return I && I->getMetadata("amdgpu.noclobber");
lib/Target/NVPTX/NVPTXUtilities.cpp
  300   if (MDNode *alignNode = I.getMetadata("callalign")) {
lib/Target/X86/X86ISelLowering.cpp
 4111     if (MDNode *HeapAlloc = CLI.CS->getMetadata("heapallocsite"))
lib/Transforms/IPO/HotColdSplitting.cpp
  112       if (CS.hasFnAttr(Attribute::Cold) && !CS->getMetadata("nosanitize"))
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 1580       if (I->getMetadata("nosanitize"))
 1686       if (I->getMetadata("nosanitize"))
 1771     if (!I.getMetadata("nosanitize"))
 1781     assert(!I.getMetadata("nosanitize"));
 3255     assert(!I.getMetadata("nosanitize"));
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  747   if (Latch->getTerminator()->getMetadata(ClonedLoopTag)) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  645       cast<Instruction>(V)->getMetadata("is_base_value")) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2031       if (CI->getMetadata("heapallocsite") && isa<ExplicitCastExpr>(CE))
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1077   MDNode *alloc_md = alloc->getMetadata("clang.decl.ptr");
tools/polly/lib/Analysis/ScopBuilder.cpp
 1971     if (Inst.getMetadata("polly_split_after") ||
unittests/Linker/LinkModulesTest.cpp
  267   MDNode *M2 = RI->getMetadata("attach");
  295   EXPECT_EQ(M2, RI->getMetadata("attach"));