Searched refs:classifyGlobalFunctionReference (Results 1 – 7 of 7) sorted by relevance
172 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget173 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()177 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
845 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,847 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
3498 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
18129 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
244 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
474 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
4222 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()