Home
last modified time | relevance | path

Searched refs:classifyGlobalReference (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp65 X86Subtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() function in X86Subtarget
66 return classifyGlobalReference(GV, *GV->getParent()); in classifyGlobalReference()
122 unsigned char X86Subtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() function in X86Subtarget
DX86Subtarget.h840 unsigned char classifyGlobalReference(const GlobalValue *GV,
842 unsigned char classifyGlobalReference(const GlobalValue *GV) const;
DX86InstructionSelector.cpp604 AM.GVOpFlags = STI.classifyGlobalReference(GV); in selectGlobalValue()
DX86FastISel.cpp741 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses()
DX86ISelLowering.cpp18131 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
29972 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode()
46803 Subtarget.classifyGlobalReference(GA->getGlobal()))) in LowerAsmOperandForConstraint()