Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h221 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h114 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
H A DX86FastISel.cpp742 if (isGlobalRelativeToPICBase(GVFlags)) { in handleConstantAddresses()
H A DX86ISelLowering.cpp18426 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
18458 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
33563 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags)) in isLegalAddressingMode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2670 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerConstantPool()
2700 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerExternalSymbol()
2734 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2765 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
2818 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerJumpTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp661 if (isGlobalRelativeToPICBase(AM.GVOpFlags)) in selectGlobalValue()