Home
last modified time | relevance | path

Searched refs:classifyGlobalReference (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp191 M68kSubtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() function in M68kSubtarget
192 return classifyGlobalReference(GV, *GV->getParent()); in classifyGlobalReference()
195 unsigned char M68kSubtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() function in M68kSubtarget
H A DM68kSubtarget.h116 unsigned char classifyGlobalReference(const GlobalValue *GV,
118 unsigned char classifyGlobalReference(const GlobalValue *GV) const;
H A DM68kISelLowering.cpp2584 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp64 X86Subtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() function in X86Subtarget
65 return classifyGlobalReference(GV, *GV->getParent()); in classifyGlobalReference()
123 unsigned char X86Subtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() function in X86Subtarget
H A DX86Subtarget.h920 unsigned char classifyGlobalReference(const GlobalValue *GV,
922 unsigned char classifyGlobalReference(const GlobalValue *GV) const;
H A DX86InstructionSelector.cpp605 AM.GVOpFlags = STI.classifyGlobalReference(GV); in selectGlobalValue()
H A DX86FastISel.cpp742 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses()
H A DX86ISelLowering.cpp19319 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
31875 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode()
52022 Subtarget.classifyGlobalReference(GA->getGlobal()))) in LowerAsmOperandForConstraint()