OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPICStyleRIPRel
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h
877
bool
isPICStyleRIPRel
() const { return PICStyle == PICStyles::Style::RIPRel; }
X86AsmPrinter.cpp
512
if (Subtarget->
isPICStyleRIPRel
())
X86FastISel.cpp
736
if (!Subtarget->
isPICStyleRIPRel
() ||
753
if (Subtarget->
isPICStyleRIPRel
()) {
789
if (Subtarget->
isPICStyleRIPRel
() || GVFlags == X86II::MO_GOTPCREL)
813
if (!AM.GV || !Subtarget->
isPICStyleRIPRel
()) {
938
(!AM.GV || !Subtarget->
isPICStyleRIPRel
()) &&
1058
if (Subtarget->
isPICStyleRIPRel
() &&
1073
if (Subtarget->
isPICStyleRIPRel
()) {
1086
if (!AM.GV || !Subtarget->
isPICStyleRIPRel
()) {
X86InstructionSelector.cpp
615
if (STI.
isPICStyleRIPRel
()) {
X86ISelLowering.cpp
2451
if (Subtarget.
isPICStyleRIPRel
())
19146
if (Subtarget.
isPICStyleRIPRel
() &&
19505
unsigned WrapperKind = Subtarget.
isPICStyleRIPRel
() ?
[
all
...]
Completed in 34 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026