Home
last modified time | relevance | path

Searched refs:isGlobalStubReference (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h72 inline static bool isGlobalStubReference(unsigned char TargetFlag) { in isGlobalStubReference() function
DX86CodeEmitter.cpp397 return isGlobalStubReference(GVOp.getTargetFlags()); in gvNeedsNonLazyPtr()
DX86FastISel.cpp507 if (!isGlobalStubReference(GVFlags)) { in X86SelectAddress()
DX86ISelLowering.cpp7278 if (isGlobalStubReference(OpFlag)) in LowerExternalSymbol()
7346 if (isGlobalStubReference(OpFlags)) in LowerGlobalAddress()
10777 if (isGlobalStubReference(GVFlags)) in isLegalAddressingMode()
14767 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV, in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h86 inline static bool isGlobalStubReference(unsigned char TargetFlag) { in isGlobalStubReference() function
DX86FastISel.cpp737 if (!isGlobalStubReference(GVFlags)) { in handleConstantAddresses()