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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 62 GlobalAddress, GlobalTLSAddress, FrameIndex,
118 // TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
120 // dag, turning into a GlobalAddress operand.
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 105 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
106 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
122 case ISD::GlobalAddress:
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 535 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 88 case ISD::GlobalAddress: return "GlobalAddress";
SelectionDAG.cpp 381 case ISD::GlobalAddress:
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 147 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
202 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
790 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 105 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
186 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
519 // If the callee is a GlobalAddress node (quite common, every direct call is)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 558 // If the callee is a GlobalAddress node (quite common, every direct call is)
703 // Custom legalize GlobalAddress nodes into LO/HI parts.
704 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 119 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
170 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 132 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
156 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
739 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 329 case ISD::GlobalAddress:
    [all...]
SPUISelLowering.cpp 365 // We want to legalize GlobalAddress and ConstantPool nodes into the
371 setOperationAction(ISD::GlobalAddress, VT, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 206 // We want to legalize GlobalAddress and ConstantPool nodes into the
208 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
213 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 459 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
468 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 647 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
    [all...]

Completed in 164 milliseconds