Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp188 M68kSubtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() function in M68kSubtarget
189 return classifyGlobalReference(GV, *GV->getParent()); in classifyGlobalReference()
192 unsigned char M68kSubtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() function in M68kSubtarget
H A DM68kSubtarget.h121 unsigned char classifyGlobalReference(const GlobalValue *GV,
123 unsigned char classifyGlobalReference(const GlobalValue *GV) const;
H A DM68kISelLowering.cpp2747 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp67 X86Subtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() function in X86Subtarget
68 return classifyGlobalReference(GV, *GV->getParent()); in classifyGlobalReference()
125 unsigned char X86Subtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() function in X86Subtarget
H A DX86Subtarget.h367 unsigned char classifyGlobalReference(const GlobalValue *GV,
369 unsigned char classifyGlobalReference(const GlobalValue *GV) const;
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp739 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses()
H A DX86ISelLowering.cpp18604 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
34086 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode()
58688 Subtarget.classifyGlobalReference(GA->getGlobal()))) in LowerAsmOperandForConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp688 AM.GVOpFlags = STI.classifyGlobalReference(GV); in selectGlobalValue()