Home
last modified time | relevance | path

Searched refs:isPICStyleRIPRel (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h329 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::Style::RIPRel; } in isPICStyleRIPRel() function
H A DX86FastISel.cpp733 if (!Subtarget->isPICStyleRIPRel() || in handleConstantAddresses()
750 if (Subtarget->isPICStyleRIPRel()) { in handleConstantAddresses()
786 if (Subtarget->isPICStyleRIPRel() || GVFlags == X86II::MO_GOTPCREL || in handleConstantAddresses()
811 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in handleConstantAddresses()
938 (!AM.GV || !Subtarget->isPICStyleRIPRel()) && in X86SelectAddress()
1059 if (Subtarget->isPICStyleRIPRel() && in X86SelectCallAddress()
1074 if (Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
1087 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
H A DX86AsmPrinter.cpp721 if (Subtarget->isPICStyleRIPRel()) in PrintAsmOperand()
H A DX86InstructionSelector.cpp
H A DX86ISelLoweringCall.cpp489 if (Subtarget.isPICStyleRIPRel() || in getPICJumpTableRelocBaseExpr()
H A DX86ISelLowering.cpp18490 if (Subtarget.isPICStyleRIPRel() && in getGlobalWrapperKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp698 if (STI.isPICStyleRIPRel()) { in selectGlobalValue()