Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h221 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h139 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp742 if (isGlobalRelativeToPICBase(GVFlags)) { in handleConstantAddresses()
H A DX86ISelLowering.cpp18573 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
18605 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
34094 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags)) in isLegalAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2671 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerConstantPool()
2701 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerExternalSymbol()
2735 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2766 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
2819 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp695 if (isGlobalRelativeToPICBase(AM.GVOpFlags)) in selectGlobalValue()