Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp169 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
170 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
174 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
H A DX86Subtarget.h817 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
819 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DX86FastISel.cpp3508 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
H A DX86ISelLowering.cpp3988 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
4006 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp230 unsigned char AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
H A DAArch64Subtarget.h429 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
H A DAArch64ISelLowering.cpp3795 if (Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()) == in LowerCall()