Home
last modified time | relevance | path

Searched refs:classifyGlobalFunctionReference (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp238 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in M68kSubtarget
239 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
243 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in M68kSubtarget
H A DM68kSubtarget.h125 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
127 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DM68kISelLowering.cpp737 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
757 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.cpp194 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
195 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
199 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
H A DX86Subtarget.h362 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
364 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DX86FastISel.cpp3476 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
H A DX86ISelLowering.cpp20294 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h287 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
H A DAArch64Subtarget.cpp347 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
H A DAArch64ISelLowering.cpp6846 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()