HomeSort by relevance Sort by last modified time
    Searched refs:getTargetLowering (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 55 virtual const X86TargetLowering *getTargetLowering() const {
56 llvm_unreachable("getTargetLowering not implemented");
90 virtual const X86TargetLowering *getTargetLowering() const {
117 virtual const X86TargetLowering *getTargetLowering() const {
X86SelectionDAGInfo.cpp 23 TLI(*TM.getTargetLowering()) {
  /external/llvm/lib/Target/Alpha/
AlphaTargetMachine.h 51 virtual const AlphaTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.h 52 virtual const BlackfinTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 63 virtual const SPUTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 56 virtual const MSP430TargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 55 virtual const SystemZTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 44 virtual const XCoreTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 218 PM.add(createLoopStrengthReducePass(getTargetLowering()));
227 PM.add(createLowerInvokePass(getTargetLowering()));
232 PM.add(createCodeGenPreparePass(getTargetLowering()));
234 PM.add(createStackProtectorPass(getTargetLowering()));
253 &getTargetLowering()->getObjFileLowering());
PTXTargetMachine.h 52 virtual const PTXTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 80 virtual const ARMTargetLowering *getTargetLowering() const {
121 virtual const ARMTargetLowering *getTargetLowering() const {
ARMTargetMachine.cpp 101 PM.add(createGlobalMergePass(getTargetLowering()));
ARMSelectionDAGInfo.cpp 152 *static_cast<const ARMTargetLowering*>(DAG.getTarget().getTargetLowering());
  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 55 const TargetLowering *TLI = MF.getTarget().getTargetLowering();
LLVMTargetMachine.cpp 312 PM.add(createLoopStrengthReducePass(getTargetLowering()));
332 PM.add(createSjLjEHPass(getTargetLowering()));
340 PM.add(createLowerInvokePass(getTargetLowering()));
348 PM.add(createCodeGenPreparePass(getTargetLowering()));
350 PM.add(createStackProtectorPass(getTargetLowering()));
370 &getTargetLowering()->getObjFileLowering());
CallingConvLower.cpp 54 TM.getTargetLowering()->HandleByVal(this, Size);
MachineFunction.cpp 68 Alignment = TM.getTargetLowering()->getMinFunctionAlignment();
72 TM.getTargetLowering()->getPrefFunctionAlignment());
CodePlacementOpt.cpp 417 TLI = MF.getTarget().getTargetLowering();
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 66 virtual const MBlazeTargetLowering *getTargetLowering() const
MBlazeISelDAGToDAG.cpp 172 Disp = CurDAG->getTargetConstant(0, TM.getTargetLowering()->getPointerTy());
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 52 virtual const PPCTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 48 virtual const SparcTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 61 virtual const MipsTargetLowering *getTargetLowering() const {
  /external/llvm/include/llvm/Target/
TargetMachine.h 123 virtual const TargetLowering *getTargetLowering() const { return 0; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 59 const TargetLowering &getTargetLowering() { return TLI; }

Completed in 204 milliseconds

1 2