Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp212 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 DM68kSubtarget.h121 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
123 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DM68kISelLowering.cpp733 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 DX86Subtarget.cpp177 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 DX86Subtarget.h920 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
922 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DX86FastISel.cpp3480 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
H A DX86ISelLowering.cpp19254 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp294 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
H A DAArch64Subtarget.h558 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
H A DAArch64ISelLowering.cpp5854 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()