/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 62 GlobalAddress, GlobalTLSAddress, FrameIndex, 106 /// TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or 108 /// dag, turning into a GlobalAddress operand. [all...] |
SelectionDAGNodes.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 87 case ISD::GlobalAddress: return "GlobalAddress";
|
SelectionDAG.cpp | 381 case ISD::GlobalAddress: [all...] |
LegalizeDAG.cpp | [all...] |
DAGCombiner.cpp | [all...] |
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 88 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); 351 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); [all...] |
R600ISelLowering.cpp | 98 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 493 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 551 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 177 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 178 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 105 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); 193 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); 559 // If the callee is a GlobalAddress node (quite common, every direct call is) [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 122 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 173 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 242 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 266 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); 732 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 92 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 189 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 240 // We want to legalize GlobalAddress and ConstantPool nodes into the 242 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 247 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 540 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom); 549 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |