Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp114 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
115 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
119 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
DX86Subtarget.h560 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
562 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
DX86FastISel.cpp3308 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
DX86ISelLowering.cpp3311 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
3330 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/external/llvm-project/llvm/lib/Target/X86/
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
DX86Subtarget.h910 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
912 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
DX86FastISel.cpp3515 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
DX86ISelLowering.cpp19026 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp286 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
DAArch64Subtarget.h530 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
DAArch64ISelLowering.cpp5458 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()