Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp237 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in M68kSubtarget
238 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
242 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in M68kSubtarget
H A DM68kSubtarget.h124 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
127 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
H A DM68kISelLowering.cpp768 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall()
788 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod); in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.cpp194 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function in X86Subtarget
195 return classifyGlobalFunctionReference(GV, *GV->getParent()); in classifyGlobalFunctionReference()
199 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, in classifyGlobalFunctionReference() function in X86Subtarget
H A DX86Subtarget.h375 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
378 classifyGlobalFunctionReference(const GlobalValue *GV) const override;
H A DX86FastISel.cpp3478 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall()
H A DX86ISelLowering.cpp20668 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h308 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
315 classifyGlobalFunctionReference(const GlobalValue *GV) const override { in classifyGlobalFunctionReference() function
H A DAArch64Subtarget.cpp394 unsigned AArch64Subtarget::classifyGlobalFunctionReference( in classifyGlobalFunctionReference() function in AArch64Subtarget
H A DAArch64ISelLowering.cpp7561 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h318 classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1359 MF->getSubtarget().classifyGlobalFunctionReference( in EmitSpecialNode()