HomeSort by: relevance | last modified time | path
    Searched refs:isGOT (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp 45 if (isGOT() || isConstantPool() || isJumpTable())
51 if (isStack() || isGOT() || isConstantPool() || isJumpTable())
57 return !(isGOT() || isConstantPool() || isJumpTable());
MachineLICM.cpp 879 if (PSV->isGOT() || PSV->isConstantPool())
MachineSink.cpp 373 if (PSV->isGOT() || PSV->isConstantPool())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 69 bool isGOT() const { return Kind == GOT; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 1486 if ((PSV->isGOT() || PSV->isConstantPool()))

Completed in 21 milliseconds