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

  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 98 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
99 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
115 case ISD::GlobalAddress:
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 62 GlobalAddress, GlobalTLSAddress, FrameIndex,
125 // TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
127 // dag, turning into a GlobalAddress operand.
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 60 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
361 // If the callee is a GlobalAddress node (quite common, every direct call is)
464 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 94 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
168 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
467 // If the callee is a GlobalAddress node (quite common, every direct call is)
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 147 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
200 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
789 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 140 // We want to legalize GlobalAddress and ConstantPool and
143 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
653 case ISD::GlobalAddress: {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 108 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
185 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
525 // If the callee is a GlobalAddress node (quite common, every direct call is)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 559 // If the callee is a GlobalAddress node (quite common, every direct call is)
704 // Custom legalize GlobalAddress nodes into LO/HI parts.
705 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 118 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
169 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 125 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
126 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
670 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 332 case ISD::GlobalAddress:
    [all...]
SPUISelLowering.cpp 359 // We want to legalize GlobalAddress and ConstantPool nodes into the
365 setOperationAction(ISD::GlobalAddress, VT, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 372 case ISD::GlobalAddress:
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 197 // We want to legalize GlobalAddress and ConstantPool nodes into the
199 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
204 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 439 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
448 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 596 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
    [all...]

Completed in 130 milliseconds