Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp172 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
173 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
177 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
DX86Subtarget.h845 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
847 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
DX86FastISel.cpp3498 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
DX86ISelLowering.cpp18129 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp244 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
DAArch64Subtarget.h474 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
DAArch64ISelLowering.cpp4222 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()