Home
last modified time | relevance | path

Searched refs:NodeAllocator (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DYAMLParser.cpp1622 return Doc->NodeAllocator; in getAllocator()
2064 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2090 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2096 return new (NodeAllocator) in parseBlockNode()
2103 return new (NodeAllocator) in parseBlockNode()
2110 return new (NodeAllocator) in parseBlockNode()
2117 return new (NodeAllocator) in parseBlockNode()
2124 return new (NodeAllocator) in parseBlockNode()
2131 return new (NodeAllocator) in parseBlockNode()
2142 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp723 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
964 BinaryWithFlagsSDNode *FN = new (NodeAllocator) BinaryWithFlagsSDNode( in GetBinarySDNode()
973 BinarySDNode *N = new (NodeAllocator) in GetBinarySDNode()
1184 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, EltVT); in getConstant()
1226 N = new (NodeAllocator) ConstantFPSDNode(isTarget, &V, EltVT); in getConstantFP()
1286 SDNode *N = new (NodeAllocator) GlobalAddressSDNode(Opc, DL.getIROrder(), in getGlobalAddress()
1303 SDNode *N = new (NodeAllocator) FrameIndexSDNode(FI, VT, isTarget); in getFrameIndex()
1322 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget, in getJumpTable()
1348 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool()
1375 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool()
[all …]
/external/llvm/include/llvm/Support/
DYAMLParser.h489 BumpPtrAllocator NodeAllocator; variable
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h199 NodeAllocatorType NodeAllocator;