Home
last modified time | relevance | path

Searched refs:isPC32DBLSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp110 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol() function in SystemZSubtarget
H A DSystemZSubtarget.h113 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
H A DSystemZISelLowering.cpp3517 if (Subtarget.isPC32DBLSymbol(GV, CM)) { in lowerGlobalAddress()