Searched refs:classifyGlobalFunctionReference (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 238 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 D | M68kSubtarget.h | 125 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 127 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
| H A D | M68kISelLowering.cpp | 737 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 D | X86Subtarget.cpp | 194 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 D | X86Subtarget.h | 362 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 364 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
| H A D | X86FastISel.cpp | 3476 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
| H A D | X86ISelLowering.cpp | 20294 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 287 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
|
| H A D | AArch64Subtarget.cpp | 347 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
|
| H A D | AArch64ISelLowering.cpp | 6846 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
|