Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h145 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h100 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { in isGlobalRelativeToPICBase() function
H A DX86InstructionSelector.cpp614 if (isGlobalRelativeToPICBase(AM.GVOpFlags)) in selectGlobalValue()
H A DX86FastISel.cpp739 if (isGlobalRelativeToPICBase(GVFlags)) { in handleConstantAddresses()
H A DX86ISelLowering.cpp20265 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
20297 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
33860 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags)) in isLegalAddressingMode()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2520 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerConstantPool()
2550 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerExternalSymbol()
2584 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2615 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
2668 if (M68kII::isGlobalRelativeToPICBase(OpFlag)) { in LowerJumpTable()