Searched refs:classifyGlobalFunctionReference (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 288 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in M68kSubtarget 289 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference() 293 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in M68kSubtarget
|
| H A D | M68kSubtarget.h | 130 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 133 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
|
| H A D | M68kISelLowering.cpp | 789 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() 809 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 187 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget 188 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference() 192 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
|
| H A D | X86Subtarget.h | 385 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV, 388 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
|
| H A D | X86FastISel.cpp | 3570 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
|
| H A D | X86ISelLowering.cpp | 19286 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 334 unsigned classifyGlobalFunctionReference(const GlobalValue *GV, 341 classifyGlobalFunctionReference(const GlobalValue *GV) const override { in classifyGlobalFunctionReference() function
|
| H A D | AArch64Subtarget.cpp | 500 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
|
| H A D | AArch64ISelLowering.cpp | 9367 OpFlags = Subtarget->classifyGlobalFunctionReference(CalledGlobal, in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 335 classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1407 MF->getSubtarget().classifyGlobalFunctionReference( in EmitSpecialNode()
|