OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BasicTTIImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
18
#include "llvm/CodeGen/
BasicTTIImpl
.h"
29
// This flag is used by the template base class for
BasicTTIImpl
, and here to
36
BasicTTIImpl
::
BasicTTIImpl
(const TargetMachine *TM, const Function &F)
/external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1
//===-
BasicTTIImpl
.h -------------------------------------------*- C++ -*-===//
788
/// \brief Concrete
BasicTTIImpl
that can be used if no further customization
790
class
BasicTTIImpl
: public BasicTTIImplBase<
BasicTTIImpl
> {
791
typedef BasicTTIImplBase<
BasicTTIImpl
> BaseT;
792
friend class BasicTTIImplBase<
BasicTTIImpl
>;
801
explicit
BasicTTIImpl
(const TargetMachine *ST, const Function &F);
804
BasicTTIImpl
(const
BasicTTIImpl
&Arg)
806
BasicTTIImpl
(BasicTTIImpl &&Arg
[
all
...]
Completed in 106 milliseconds