Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp235 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in M68kSubtarget
236 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
240 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in M68kSubtarget
H A DM68kSubtarget.h130 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
133 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
H A DM68kISelLowering.cpp787 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
807 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp187 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 DX86Subtarget.h372 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
375 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
H A DX86FastISel.cpp3529 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
H A DX86ISelLowering.cpp18602 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h304 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
311 classifyGlobalFunctionReference(const GlobalValue *GV) const override { in classifyGlobalFunctionReference() function
H A DAArch64Subtarget.cpp434 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
H A DAArch64ISelLowering.cpp8761 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h324 classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1406 MF->getSubtarget().classifyGlobalFunctionReference( in EmitSpecialNode()