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

  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 122 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
MBlazeISelLowering.cpp 203 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
603 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 137 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
MipsISelLowering.cpp 797 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 138 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
XCoreISelLowering.cpp 171 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
263 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 431 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 402 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 780 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 195 milliseconds