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

  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 122 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
MBlazeISelLowering.cpp 201 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
601 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 133 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
MipsISelLowering.cpp 672 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 170 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
264 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 411 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]

Completed in 1210 milliseconds