Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h279 struct WorkingData { struct
284 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
288 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
293 LoopData *getContainingLoop() const { in getContainingLoop()
314 BlockNode getResolvedNode() const { in getResolvedNode()
319 LoopData *getPackagedLoop() const { in getPackagedLoop()
333 BlockMass &getMass() { in getMass()
342 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
345 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h278 struct WorkingData { struct
283 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
285 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
287 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
292 LoopData *getContainingLoop() const { in getContainingLoop()
313 BlockNode getResolvedNode() const { in getResolvedNode()
318 LoopData *getPackagedLoop() const { in getPackagedLoop()
332 BlockMass &getMass() { in getMass()
341 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
344 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h279 struct WorkingData { struct
284 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() argument
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
288 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
293 LoopData *getContainingLoop() const { in getContainingLoop()
314 BlockNode getResolvedNode() const { in getResolvedNode()
319 LoopData *getPackagedLoop() const { in getPackagedLoop()
333 BlockMass &getMass() { in getMass()
342 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
345 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h279 struct WorkingData { struct
284 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() argument
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
288 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
293 LoopData *getContainingLoop() const { in getContainingLoop()
314 BlockNode getResolvedNode() const { in getResolvedNode()
319 LoopData *getPackagedLoop() const { in getPackagedLoop()
333 BlockMass &getMass() { in getMass()
342 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
345 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h279 struct WorkingData { struct
284 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
288 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()
293 LoopData *getContainingLoop() const { in getContainingLoop()
314 BlockNode getResolvedNode() const { in getResolvedNode()
319 LoopData *getPackagedLoop() const { in getPackagedLoop()
333 BlockMass &getMass() { in getMass()
342 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()
345 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h269 struct WorkingData { struct
274 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() argument
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 …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp668 struct WorkingData struct
670 struct PerSubpass
697 …Vec2 renderSize; //!< Size of the framebuffer
698 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations
700 std::vector<de::SharedPtr<PerSubpass>> perSubpass; //!< Test may use more than one set of data
702 WorkingData(void) : sampleLocationsProperties() in WorkingData() argument
1455 struct WorkingData struct
1457 UVec2 renderSize; //!< Size of the framebuffer
1458 uint32_t numVertices; //!< Number of vertices defined in the vertex buffer
1459 Move<VkBuffer> vertexBuffer;
[all …]
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp347 struct WorkingData struct
349 uint32_t numVertices; //!< Number of vertices defined in the vertex buffer
350 Move<VkBuffer> vertexBuffer;
351 MovePtr<Allocation> vertexBufferAlloc;
352 Move<VkImage> colorImage; //!< Color image
353 MovePtr<Allocation> colorImageAlloc;
354 Move<VkImageView> colorImageView; //!< Color image view spanning all layers
355 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data
356 MovePtr<Allocation> colorBufferAlloc;
357 VkDeviceSize colorBufferSize;
[all …]
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp268 struct WorkingData struct
270 UVec2 framebufferSize; //!< Size of the framebuffer
271 UVec4 renderArea; //!< Render area
273 Move<VkBuffer> vertexBuffer; //!< Contains a fullscreen triangle
274 MovePtr<Allocation> vertexBufferAlloc; //!< Storage for vertexBuffer
275 Move<VkBuffer> verificationBuffer; //!< Buffer used for validation
276 MovePtr<Allocation> verificationBufferAlloc; //!< Storage for verificationBuffer
277 …ingleVerificationBuffer; //!< Buffer used for validation of attachments outside the render area
278 MovePtr<Allocation> singleVerificationBufferAlloc; //!< Storage for singleVerificationBuffer
281 Image floatColor1;
[all …]