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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 35 const TargetLoweringBase *getTLI() const { return TM->getTargetLowering(); }
142 TargetLoweringBase::AddrMode AM;
153 TargetLoweringBase::AddrMode AM;
179 const TargetLoweringBase *TLI = getTLI();
222 const TargetLoweringBase *TLI = getTLI();
269 const TargetLoweringBase *TLI = getTLI();
363 const TargetLoweringBase *TLI = getTLI();
460 const TargetLoweringBase *TLI = getTLI();
TargetLoweringBase.cpp 1 //===-- TargetLoweringBase.cpp - Implement the TargetLoweringBase class ---===//
10 // This implements the TargetLoweringBase class.
620 TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
659 TargetLoweringBase::~TargetLoweringBase() {
663 void TargetLoweringBase::initActions() {
750 MVT TargetLoweringBase::getScalarShiftAmountTy(EVT LHSTy) const {
754 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const
    [all...]
Android.mk 106 TargetLoweringBase.cpp \
StackProtector.cpp 49 const TargetLoweringBase *TLI;
277 const TargetLoweringBase *TLI, const Triple &Trip,
Analysis.cpp 205 const TargetLoweringBase& TLI) {
225 const TargetLoweringBase &TLI) {
323 const TargetLoweringBase &TLI) {
MachineBlockPlacement.cpp 180 const TargetLoweringBase *TLI;
    [all...]
MachineLICM.cpp 65 const TargetLoweringBase *TLI;
    [all...]
IfConversion.cpp 154 const TargetLoweringBase *TLI;
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 28 class TargetLoweringBase;
  /external/llvm/include/llvm/Target/
TargetLowering.h 73 class TargetLoweringBase {
74 TargetLoweringBase(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
75 void operator=(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
136 explicit TargetLoweringBase(const TargetMachine &TM,
138 virtual ~TargetLoweringBase();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 39 : TargetLoweringBase(tm, tlof) {}
    [all...]

Completed in 735 milliseconds