LLVM  8.0.1
Classes | Namespaces
WebAssemblyTargetTransformInfo.h File Reference

This file a TargetTransformInfo::Concept conforming object specific to the WebAssembly target machine. More...

#include "WebAssemblyTargetMachine.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include <algorithm>
Include dependency graph for WebAssemblyTargetTransformInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::WebAssemblyTTIImpl
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

This file a TargetTransformInfo::Concept conforming object specific to the WebAssembly target machine.

It uses the target's detailed information to provide more precise answers to certain TTI queries, while letting the target independent and default TTI implementations handle the rest.

Definition in file WebAssemblyTargetTransformInfo.h.