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.cpp19256 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
19289 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
35422 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags)) in isLegalAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2672 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerConstantPool()
2702 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerExternalSymbol()
2736 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2767 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
2820 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp598 if (isGlobalRelativeToPICBase(AM.GVOpFlags)) in X86SelectAddress()