Home
last modified time | relevance | path

Searched refs:hasLazyResolverStub (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.h128 bool hasLazyResolverStub(const GlobalValue *GV,
DPPCSubtarget.cpp129 bool PPCSubtarget::hasLazyResolverStub(const GlobalValue *GV, in hasLazyResolverStub() function in PPCSubtarget
DPPCISelLowering.cpp1126 if (GV && TM.getSubtarget<PPCSubtarget>().hasLazyResolverStub(GV, TM)) { in GetLabelAccessInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp165 bool PPCSubtarget::hasLazyResolverStub(const GlobalValue *GV) const { in hasLazyResolverStub() function in PPCSubtarget
DPPCSubtarget.h225 bool hasLazyResolverStub(const GlobalValue *GV) const;
DPPCAsmPrinter.cpp229 if (Subtarget->hasLazyResolverStub(GV)) { in printOperand()
DPPCISelLowering.cpp2512 if (GV && Subtarget.hasLazyResolverStub(GV)) { in getLabelAccessInfo()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp152 bool PPCSubtarget::hasLazyResolverStub(const GlobalValue *GV) const { in hasLazyResolverStub() function in PPCSubtarget
DPPCSubtarget.h221 bool hasLazyResolverStub(const GlobalValue *GV) const;
DPPCAsmPrinter.cpp200 if (Subtarget->hasLazyResolverStub(GV)) { in printOperand()
DPPCISelLowering.cpp2075 if (GV && Subtarget.hasLazyResolverStub(GV)) { in getLabelAccessInfo()