Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp1871 return Doc->NodeAllocator; in getAllocator()
2313 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2339 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2345 return new (NodeAllocator) in parseBlockNode()
2352 return new (NodeAllocator) in parseBlockNode()
2359 return new (NodeAllocator) in parseBlockNode()
2366 return new (NodeAllocator) in parseBlockNode()
2373 return new (NodeAllocator) in parseBlockNode()
2381 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2382 return new (NodeAllocator) in parseBlockNode()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp597 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
965 N = new (NodeAllocator) ConstantSDNode(isT, Elt, EltVT); in getConstant()
1007 N = new (NodeAllocator) ConstantFPSDNode(isTarget, &V, EltVT); in getConstantFP()
1075 SDNode *N = new (NodeAllocator) GlobalAddressSDNode(Opc, DL, GV, VT, in getGlobalAddress()
1091 SDNode *N = new (NodeAllocator) FrameIndexSDNode(FI, VT, isTarget); in getFrameIndex()
1110 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget, in getJumpTable()
1136 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool()
1163 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool()
1178 SDNode *N = new (NodeAllocator) BasicBlockSDNode(MBB); in getBasicBlock()
1193 N = new (NodeAllocator) VTSDNode(VT); in getValueType()
[all …]
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h334 struct NodeAllocator { struct
337 NodeAllocator(uint32_t NPB = 4096) argument
470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
788 NodeAllocator Memory;
DRDFGraph.cpp313 void NodeAllocator::startNewBlock() { in startNewBlock()
325 bool NodeAllocator::needNewBlock() { in needNewBlock()
334 NodeAddr<NodeBase*> NodeAllocator::New() { in New()
346 NodeId NodeAllocator::id(const NodeBase *P) const { in id()
358 void NodeAllocator::clear() { in clear()
/external/llvm/include/llvm/Support/
DYAMLParser.h534 BumpPtrAllocator NodeAllocator; variable
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h204 NodeAllocatorType NodeAllocator;
283 return new (NodeAllocator.template Allocate<SDNodeT>())
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h158 NodeAllocatorType NodeAllocator;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp665 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()