Searched refs:NodeAllocator (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1873 return Doc->NodeAllocator; in getAllocator() 2315 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode() 2341 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode() 2347 return new (NodeAllocator) in parseBlockNode() 2354 return new (NodeAllocator) in parseBlockNode() 2361 return new (NodeAllocator) in parseBlockNode() 2368 return new (NodeAllocator) in parseBlockNode() 2375 return new (NodeAllocator) in parseBlockNode() 2383 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() 2384 return new (NodeAllocator) in parseBlockNode() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 691 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode() 946 BinaryWithFlagsSDNode *FN = new (NodeAllocator) BinaryWithFlagsSDNode( in GetBinarySDNode() 952 BinarySDNode *N = new (NodeAllocator) in GetBinarySDNode() 1200 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, DL.getDebugLoc(), in getConstant() 1244 N = new (NodeAllocator) ConstantFPSDNode(isTarget, &V, DL.getDebugLoc(), in getConstantFP() 1305 SDNode *N = new (NodeAllocator) GlobalAddressSDNode(Opc, DL.getIROrder(), in getGlobalAddress() 1322 SDNode *N = new (NodeAllocator) FrameIndexSDNode(FI, VT, isTarget); in getFrameIndex() 1341 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget, in getJumpTable() 1367 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool() 1394 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset, in getConstantPool() [all …]
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 522 BumpPtrAllocator NodeAllocator; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 203 NodeAllocatorType NodeAllocator;
|