HomeSort by: relevance | last modified time | path
    Searched refs:classifyGlobalFunctionReference (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 212 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const {
213 return classifyGlobalFunctionReference(GV, *GV->getParent());
217 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV,
M68kSubtarget.h 121 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
123 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
M68kISelLowering.cpp 733 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV);
753 Subtarget.classifyGlobalFunctionReference(nullptr, *Mod);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 177 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const {
178 return classifyGlobalFunctionReference(GV, *GV->getParent());
182 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV,
X86Subtarget.h 920 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
922 unsigned char classifyGlobalFunctionReference(const GlobalValue *GV) const;
X86FastISel.cpp 3480 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV);
X86ISelLowering.cpp 19254 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 294 unsigned AArch64Subtarget::classifyGlobalFunctionReference(
AArch64Subtarget.h 558 unsigned classifyGlobalFunctionReference(const GlobalValue *GV,
AArch64ISelLowering.cpp 5854 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine());

Completed in 97 milliseconds