Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h119 inline static bool isGlobalStubReference(unsigned char TargetFlag) { in isGlobalStubReference() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h82 inline static bool isGlobalStubReference(unsigned char TargetFlag) { in isGlobalStubReference() function
H A DX86InstructionSelector.cpp610 if (isGlobalStubReference(AM.GVOpFlags)) in selectGlobalValue()
H A DX86FastISel.cpp746 if (!isGlobalStubReference(GVFlags)) { in handleConstantAddresses()
H A DX86ISelLowering.cpp20298 bool NeedsLoad = isGlobalStubReference(OpFlags); in LowerGlobalOrExternal()
33855 if (isGlobalStubReference(GVFlags)) in isLegalAddressingMode()
55883 if (isGlobalStubReference( in LowerAsmOperandForConstraint()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2558 if (M68kII::isGlobalStubReference(OpFlag)) { in LowerExternalSymbol()
2623 if (M68kII::isGlobalStubReference(OpFlags)) { in LowerGlobalAddress()