OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPICStyleRIPRel
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
343
bool
isPICStyleRIPRel
() const { return PICStyle == PICStyles::RIPRel; }
X86FastISel.cpp
459
(!AM.GV || !Subtarget->
isPICStyleRIPRel
()) &&
515
if (!Subtarget->
isPICStyleRIPRel
() ||
532
if (Subtarget->
isPICStyleRIPRel
()) {
564
if (Subtarget->
isPICStyleRIPRel
())
592
if (!AM.GV || !Subtarget->
isPICStyleRIPRel
()) {
646
if (Subtarget->
isPICStyleRIPRel
() &&
664
if (Subtarget->
isPICStyleRIPRel
()) {
679
if (!AM.GV || !Subtarget->
isPICStyleRIPRel
()) {
[
all
...]
X86Subtarget.cpp
69
if (
isPICStyleRIPRel
()) {
X86AsmPrinter.cpp
427
if (Subtarget->
isPICStyleRIPRel
())
X86ISelLowering.cpp
[
all
...]
Completed in 236 milliseconds