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

  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 81 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
PTXISelLowering.cpp 116 return LowerGlobalAddress(Op, DAG);
170 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.h 55 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
BlackfinISelLowering.cpp 145 SDValue BlackfinTargetLowering::LowerGlobalAddress(SDValue Op,
464 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 96 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 121 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
MBlazeISelLowering.cpp 200 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
591 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 86 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
MSP430ISelLowering.cpp 185 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
636 SDValue MSP430TargetLowering::LowerGlobalAddress(SDValue Op,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 131 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
MipsISelLowering.cpp 670 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 76 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
SystemZISelLowering.cpp 168 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
725 SDValue SystemZTargetLowering::LowerGlobalAddress(SDValue Op,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 137 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
XCoreISelLowering.cpp 169 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
246 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 390 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]

Completed in 76 milliseconds