Searched refs:isGlobalRelativeToPICBase (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h99 /// isGlobalRelativeToPICBase - Return true if the specified global value
102 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { function in namespace:llvm
H A DX86FastISel.cpp567 if (isGlobalRelativeToPICBase(GVFlags)) {
H A DX86ISelLowering.cpp10268 if (isGlobalRelativeToPICBase(OpFlags)) {
10302 if (isGlobalRelativeToPICBase(OpFlags)) {
16666 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))

Completed in 169 milliseconds