HomeSort by relevance Sort by last modified time
    Searched refs:TargetLoweringBase (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/CodeGen/
Passes.h 28 class TargetLoweringBase;
299 createBasicTargetTransformInfoPass(const TargetLoweringBase *TLI);
492 FunctionPass *createStackProtectorPass(const TargetLoweringBase *tli);
506 FunctionPass *createSjLjEHPreparePass(const TargetLoweringBase *tli);
  /external/llvm/lib/CodeGen/
StackProtector.cpp 44 const TargetLoweringBase *TLI;
86 StackProtector(const TargetLoweringBase *tli)
103 FunctionPass *llvm::createStackProtectorPass(const TargetLoweringBase *tli) {
TargetLoweringBase.cpp 1 //===-- TargetLoweringBase.cpp - Implement the TargetLoweringBase class ---===//
10 // This implements the TargetLoweringBase class.
620 TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
743 TargetLoweringBase::~TargetLoweringBase() {
747 MVT TargetLoweringBase::getScalarShiftAmountTy(EVT LHSTy) const {
751 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const {
760 bool TargetLoweringBase::canOpTrap(unsigned Op, EVT VT) const
    [all...]
BasicTargetTransformInfo.cpp 29 const TargetLoweringBase *TLI;
40 BasicTTI(const TargetLoweringBase *TLI) : ImmutablePass(ID), TLI(TLI) {
116 llvm::createBasicTargetTransformInfoPass(const TargetLoweringBase *TLI) {
132 TargetLoweringBase::AddrMode AM;
DwarfEHPrepare.cpp 36 const TargetLoweringBase *TLI;
Android.mk 106 TargetLoweringBase.cpp \
SjLjEHPrepare.cpp 46 const TargetLoweringBase *TLI;
61 explicit SjLjEHPrepare(const TargetLoweringBase *tli = NULL)
85 FunctionPass *llvm::createSjLjEHPreparePass(const TargetLoweringBase *TLI) {
MachineBlockPlacement.cpp 174 const TargetLoweringBase *TLI;
    [all...]
MachineLICM.cpp 65 const TargetLoweringBase *TLI;
    [all...]
IfConversion.cpp 154 const TargetLoweringBase *TLI;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 71 /// TargetLoweringBase - This base class for TargetLowering contains the
73 class TargetLoweringBase {
74 TargetLoweringBase(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
75 void operator=(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
134 explicit TargetLoweringBase(const TargetMachine &TM,
136 virtual ~TargetLoweringBase();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 39 : TargetLoweringBase(tm, tlof) {}
    [all...]

Completed in 907 milliseconds