HomeSort by relevance Sort by last modified time
    Searched refs:TargetLowering (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 45 #include "llvm/Target/TargetLowering.h"
218 const TargetLowering &TLI = IS->getTargetLowering();
245 TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
250 "TargetLowering::EmitInstrWithCustomInserter!";
255 void TargetLowering::AdjustInstrPostInstrSelection(MachineInstr *MI,
259 "it must implement TargetLowering::AdjustInstrPostInstrSelection!");
    [all...]
SelectionDAG.cpp 33 #include "llvm/Target/TargetLowering.h"
    [all...]
FunctionLoweringInfo.cpp 34 #include "llvm/Target/TargetLowering.h"
58 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli)
SelectionDAGDumper.cpp 46 const TargetLowering &TLI = G->getTargetLoweringInfo();
DAGCombiner.cpp 27 #include "llvm/Target/TargetLowering.h"
59 const TargetLowering &TLI;
129 void CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO);
344 // TargetLowering::DAGCombinerInfo implementation
347 void TargetLowering::DAGCombinerInfo::AddToWorklist(SDNode *N) {
351 void TargetLowering::DAGCombinerInfo::RemoveFromWorklist(SDNode *N) {
355 SDValue TargetLowering::DAGCombinerInfo::
360 SDValue TargetLowering::DAGCombinerInfo::
366 SDValue TargetLowering::DAGCombinerInfo::
371 void TargetLowering::DAGCombinerInfo:
    [all...]
ScheduleDAGSDNodes.cpp 25 #include "llvm/Target/TargetLowering.h"
79 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 64 : TargetLowering(XTM, new XCoreTargetObjectFile()),
481 TargetLowering::ArgListTy Args;
482 TargetLowering::ArgListEntry Entry;
540 TargetLowering::ArgListTy Args;
541 TargetLowering::ArgListEntry Entry;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 37 class TargetLowering;
138 const TargetLowering &TLI;
206 const TargetLowering &getTargetLoweringInfo() const { return TLI; }
289 /// TargetLowering object.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 20 #include "llvm/Target/TargetLowering.h"
241 // ARMTargetLowering - ARM Implementation of the TargetLowering interface
243 class ARMTargetLowering : public TargetLowering {
ARMISelLowering.cpp 173 : TargetLowering(TM, createTLOF(TM)) {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 61 TargetLowering(tm, new TargetLoweringObjectFileELF()),
206 TargetLowering::ConstraintType
216 return TargetLowering::getConstraintType(Constraint);
235 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 20 #include "llvm/Target/TargetLowering.h"
238 class PPCTargetLowering : public TargetLowering {
PPCISelLowering.cpp 66 : TargetLowering(TM, CreateTLOF(TM)), PPCSubTarget(*TM.getSubtargetImpl()) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 639 // TargetLowering Implementation
689 : TargetLowering(TM, new TargetLoweringObjectFileELF()) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 16 #include "llvm/Target/TargetLowering.h"
483 const TargetLowering &TLI = *MF.getTarget().getTargetLowering();
MachineBlockPlacement.cpp 44 #include "llvm/Target/TargetLowering.h"
178 const TargetLowering *TLI;
    [all...]
MachineLICM.cpp 32 #include "llvm/Target/TargetLowering.h"
65 const TargetLowering *TLI;
    [all...]
IfConversion.cpp 23 #include "llvm/Target/TargetLowering.h"
153 const TargetLowering *TLI;
    [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 33 // TargetLowering Implementation
37 : TargetLowering(TM, new TargetLoweringObjectFileELF()) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 21 #include "llvm/Target/TargetLowering.h"
418 // X86TargetLowering - X86 Implementation of the TargetLowering interface
419 class X86TargetLowering : public TargetLowering {
    [all...]
X86ISelLowering.cpp 156 : TargetLowering(TM, createTLOF(TM)) {
165 // Set up the TargetLowering object.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 22 #include "llvm/Target/TargetLowering.h"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 40 #include "llvm/Target/TargetLowering.h"
    [all...]

Completed in 2724 milliseconds

1 23 4