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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 385 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
391 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 338 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
340 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
405 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 163 milliseconds