Searched refs:classifyGlobalFunctionReference (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.cpp | 212 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in M68kSubtarget 213 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference() 217 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in M68kSubtarget
|
H A D | M68kSubtarget.h | 121 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 123 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
H A D | M68kISelLowering.cpp | 733 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() 753 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 177 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget 178 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference() 182 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
|
H A D | X86Subtarget.h | 920 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 922 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
H A D | X86FastISel.cpp | 3480 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
H A D | X86ISelLowering.cpp | 19254 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 294 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
|
H A D | AArch64Subtarget.h | 558 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
|
H A D | AArch64ISelLowering.cpp | 5854 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
|