17 #ifndef LLVM_LIB_TARGET_XCORE_XCORETARGETTRANSFORMINFO_H
18 #define LLVM_LIB_TARGET_XCORE_XCORETARGETTRANSFORMINFO_H
42 TLI(ST->getTargetLowering()) {}
48 :
BaseT(std::move(static_cast<
BaseT &>(Arg))), ST(std::move(Arg.ST)),
49 TLI(std::move(Arg.TLI)) {}
XCoreTTIImpl(XCoreTTIImpl &&Arg)
unsigned getNumberOfRegisters(bool Vector)
XCoreTTIImpl(const XCoreTTIImpl &Arg)
Base class which can be used to help build a TTI implementation.
XCoreTTIImpl(const XCoreTargetMachine *TM, Function &F)
This file provides a helper that implements much of the TTI interface in terms of the target-independ...
static const Function * getParent(const Value *V)
This file describes how to lower LLVM code to machine code.