Searched refs:classifyGlobalFunctionReference (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp173 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { function in class:X86Subtarget
174 return classifyGlobalFunctionReference(GV, *GV->getParent());
178 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV, function in class:X86Subtarget
H A DX86Subtarget.h901 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
903 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
H A DX86FastISel.cpp3493 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV);
H A DX86ISelLowering.cpp18697 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp283 unsigned AArch64Subtarget::classifyGlobalFunctionReference( function in class:AArch64Subtarget
H A DAArch64Subtarget.h521 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
H A DAArch64ISelLowering.cpp4650 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine());

Completed in 254 milliseconds