/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 114 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
|
D | X86Subtarget.h | 560 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 562 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
D | X86FastISel.cpp | 3308 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
D | X86ISelLowering.cpp | 3311 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() 3330 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 177 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
|
D | X86Subtarget.h | 910 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 912 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
D | X86FastISel.cpp | 3515 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
D | X86ISelLowering.cpp | 19026 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 172 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
|
D | X86Subtarget.h | 845 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 847 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
|
D | X86FastISel.cpp | 3498 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
D | X86ISelLowering.cpp | 18129 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 244 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
|
D | AArch64Subtarget.h | 474 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
|
D | AArch64ISelLowering.cpp | 4222 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 286 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
|
D | AArch64Subtarget.h | 530 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
|
D | AArch64ISelLowering.cpp | 5458 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
|