Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h343 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()
936 (!AM.GV || !Subtarget->isPICStyleRIPRel()) && in X86SelectAddress()
1057 if (Subtarget->isPICStyleRIPRel() && in X86SelectCallAddress()
1072 if (Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
1085 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
H A DX86AsmPrinter.cpp722 if (Subtarget->isPICStyleRIPRel()) in PrintAsmOperand()
H A DX86ISelLoweringCall.cpp487 if (Subtarget.isPICStyleRIPRel() || in getPICJumpTableRelocBaseExpr()
H A DX86ISelLowering.cpp18343 if (Subtarget.isPICStyleRIPRel() && in getGlobalWrapperKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp664 if (STI.isPICStyleRIPRel()) { in selectGlobalValue()