Home
last modified time | relevance | path

Searched refs:classifyGlobalFunctionReference (Results 1 – 10 of 10) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp164 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
165 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
169 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
DX86Subtarget.h794 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
796 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
DX86FastISel.cpp3514 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
DX86ISelLowering.cpp3823 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
3841 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp213 unsigned char AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
DAArch64Subtarget.h336 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
DAArch64ISelLowering.cpp3697 if (Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()) == in LowerCall()