Searched refs:classifyGlobalFunctionReference (Results 1 – 4 of 4) sorted by relevance
114 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget115 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()119 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
560 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,562 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
3308 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
3311 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()3330 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()