/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 1867 return Doc->NodeAllocator; in getAllocator() 2311 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode() 2337 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode() 2343 return new (NodeAllocator) in parseBlockNode() 2350 return new (NodeAllocator) in parseBlockNode() 2357 return new (NodeAllocator) in parseBlockNode() 2364 return new (NodeAllocator) in parseBlockNode() 2371 return new (NodeAllocator) in parseBlockNode() 2379 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() 2380 return new (NodeAllocator) in parseBlockNode() [all …]
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1871 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/ |
D | SelectionDAG.cpp | 597 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/ |
D | RDFGraph.h | 334 struct NodeAllocator { struct 337 NodeAllocator(uint32_t NPB = 4096) argument 470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, 788 NodeAllocator Memory;
|
D | RDFGraph.cpp | 313 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 374 struct NodeAllocator { struct 378 NodeAllocator(uint32_t NPB = 4096) argument 510 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, 880 NodeAllocator Memory;
|
D | RDFGraph.cpp | 363 void NodeAllocator::startNewBlock() { in startNewBlock() 375 bool NodeAllocator::needNewBlock() { in needNewBlock() 384 NodeAddr<NodeBase*> NodeAllocator::New() { in New() 396 NodeId NodeAllocator::id(const NodeBase *P) const { in id() 408 void NodeAllocator::clear() { in clear()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 244 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in __anonec3e31f50111::SuffixTree 293 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf() 316 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertInternalNode()
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 534 BumpPtrAllocator NodeAllocator; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 537 BumpPtrAllocator NodeAllocator; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 552 BumpPtrAllocator NodeAllocator; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 204 NodeAllocatorType NodeAllocator; 283 return new (NodeAllocator.template Allocate<SDNodeT>())
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 255 NodeAllocatorType NodeAllocator; 336 return new (NodeAllocator.template Allocate<SDNodeT>())
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 158 NodeAllocatorType NodeAllocator;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 665 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 755 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
|