reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetLowering.h
 3305   isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9261   if (TLI->isGAPlusOffset(Ptr.getNode(), GV, GVOffset)) {
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 3948     if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
 3953     } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {
lib/Target/PowerPC/PPCISelLowering.cpp
11752   bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
11753   bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
lib/Target/XCore/XCoreISelLowering.cpp
  435     if (TLI.isGAPlusOffset(BasePtr.getNode(), GV, Offset) &&