OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 27 00:26:35 UTC 2026