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

  /external/llvm/include/llvm/CodeGen/
Analysis.h 26 class TargetLoweringBase;
97 const TargetLoweringBase &TLI);
StackProtector.h 55 const TargetLoweringBase *TLI;
Passes.h 30 class TargetLoweringBase;
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 45 const TargetLoweringBase *getTLI() const { return TM->getTargetLowering(); }
151 TargetLoweringBase::AddrMode AM;
162 TargetLoweringBase::AddrMode AM;
188 const TargetLoweringBase *TLI = getTLI();
195 const TargetLoweringBase *TLI = getTLI();
293 const TargetLoweringBase *TLI = getTLI();
360 const TargetLoweringBase *TLI = getTLI();
455 const TargetLoweringBase *TLI = getTLI();
580 const TargetLoweringBase *TLI = getTLI();
TargetLoweringBase.cpp 1 //===-- TargetLoweringBase.cpp - Implement the TargetLoweringBase class ---===//
10 // This implements the TargetLoweringBase class.
669 TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
711 TargetLoweringBase::~TargetLoweringBase() {
715 void TargetLoweringBase::initActions() {
    [all...]
Analysis.cpp 206 const TargetLoweringBase& TLI) {
226 const TargetLoweringBase &TLI) {
325 const TargetLoweringBase &TLI) {
519 const TargetLoweringBase &TLI) {
Android.mk 111 TargetLoweringBase.cpp \
StackProtector.cpp 279 const TargetLoweringBase *TLI) {
337 const TargetLoweringBase *TLI, const Triple &Trip,
MachineBlockPlacement.cpp 188 const TargetLoweringBase *TLI;
    [all...]
MachineLICM.cpp 66 const TargetLoweringBase *TLI;
    [all...]
IfConversion.cpp 161 const TargetLoweringBase *TLI;
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.h 54 TargetLoweringBase::LegalizeTypeAction
SIISelLowering.cpp 273 TargetLoweringBase::LegalizeTypeAction
278 return TargetLoweringBase::getPreferredVectorAction(VT);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 77 class TargetLoweringBase {
78 TargetLoweringBase(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
79 void operator=(const TargetLoweringBase&) LLVM_DELETED_FUNCTION;
140 explicit TargetLoweringBase(const TargetMachine &TM,
142 virtual ~TargetLoweringBase();
189 virtual TargetLoweringBase::LegalizeTypeAction
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 245 TargetLoweringBase::LegalizeTypeAction
NVPTXISelLowering.cpp 476 TargetLoweringBase::LegalizeTypeAction
481 return TargetLoweringBase::getPreferredVectorAction(VT);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 327 TargetLoweringBase::LegalizeTypeAction
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 40 : TargetLoweringBase(tm, tlof) {}
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 218 milliseconds