HomeSort by relevance Sort by last modified time
    Searched defs:GOT (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 305 // (add (load (wrapper $gp, %got(sym)), %lo(sym))
310 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
313 DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
325 // (load (wrapper $gp, %got(sym)))
336 // computing a global symbol's address in large-GOT mode:
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 40 GOT,
67 bool isGOT() const { return Kind == GOT; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 84 // Get the High 16 bits from a 32 bit immediate for accessing the GOT.
385 // (add (load (wrapper $gp, %got(sym)), %lo(sym))
390 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
393 DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
404 // (load (wrapper $gp, %got(sym)))
415 // computing a global symbol's address in large-GOT mode:
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 95 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext);
102 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext);
187 // Just load the address of GOT to MCRegOP.
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 41 GOT,
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 41 GOT,
70 bool isGOT() const { return Kind == GOT; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 93 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext);
100 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext);
185 // Just load the address of GOT to MCRegOP.
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 192 /// GOT address into a register.
401 SDValue GOT = SDValue(getGlobalBaseReg(), 0);
402 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R29, GOT, InFlag);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
248 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 39 GOT, // Used on 32 bit elf on when in pic mode.
519 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 46 GOT, // Used on 32 bit elf on when in pic mode.
752 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 413 milliseconds