Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MDNode

37 llvm::MDNode *CodeGenTBAA::getRoot() {
48 llvm::MDNode *CodeGenTBAA::getChar() {
61 llvm::MDNode *CodeGenTBAA::getTBAAInfoForNamedType(StringRef NameStr,
62 llvm::MDNode *Parent,
69 // Set up the mdnode operand list.
76 // Create the mdnode.
78 return llvm::MDNode::get(VMContext, llvm::makeArrayRef(Ops, Len));
97 llvm::MDNode *
106 if (llvm::MDNode *N = MetadataCache[Ty])
157 // members into a single identifying MDNode.