Home
last modified time | relevance | path

Searched defs:WorkingData (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h269 struct WorkingData { struct
274 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
276 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
278 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
283 LoopData *getContainingLoop() const { in getContainingLoop()
304 BlockNode getResolvedNode() const { in getResolvedNode()
309 LoopData *getPackagedLoop() const { in getPackagedLoop()
323 BlockMass &getMass() { in getMass()
332 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
335 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h273 struct WorkingData { struct
278 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
280 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
282 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
287 LoopData *getContainingLoop() const { in getContainingLoop()
308 BlockNode getResolvedNode() const { in getResolvedNode()
313 LoopData *getPackagedLoop() const { in getPackagedLoop()
327 BlockMass &getMass() { in getMass()
336 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
339 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp755 struct WorkingData struct
757 struct PerSubpass
788 UVec2 renderSize; //!< Size of the framebuffer
789 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations
791 …d::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data
793 WorkingData (void) in WorkingData() function
1457 struct WorkingData struct
1459 UVec2 renderSize; //!< Size of the framebuffer
1460 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
1461 Move<VkBuffer> vertexBuffer;
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp435 struct WorkingData struct
437 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
438 Move<VkBuffer> vertexBuffer;
439 MovePtr<Allocation> vertexBufferAlloc;
440 Move<VkImage> colorImage; //!< Color image
441 MovePtr<Allocation> colorImageAlloc;
442 Move<VkImageView> colorImageView; //!< Color image view spanning all layers
443 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data
444 MovePtr<Allocation> colorBufferAlloc;
445 VkDeviceSize colorBufferSize;
[all …]