Home
last modified time | relevance | path

Searched refs:isPICStyleRIPRel (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp435 (!AM.GV || !Subtarget->isPICStyleRIPRel()) && in X86SelectAddress()
491 if (!Subtarget->isPICStyleRIPRel() || in X86SelectAddress()
508 if (Subtarget->isPICStyleRIPRel()) { in X86SelectAddress()
540 if (Subtarget->isPICStyleRIPRel()) in X86SelectAddress()
568 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in X86SelectAddress()
622 if (Subtarget->isPICStyleRIPRel() && in X86SelectCallAddress()
640 if (Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
655 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
2054 } else if (Subtarget->isPICStyleRIPRel() && in TargetMaterializeConstant()
DX86Subtarget.h249 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; } in isPICStyleRIPRel() function
DX86Subtarget.cpp69 if (isPICStyleRIPRel()) { in ClassifyGlobalReference()
DX86AsmPrinter.cpp390 if (Subtarget->isPICStyleRIPRel()) in PrintAsmOperand()
DX86ISelLowering.cpp1322 if (Subtarget->isPICStyleRIPRel()) in getPICJumpTableRelocBaseExpr()
2351 } else if (Subtarget->isPICStyleRIPRel() && in LowerCall()
7182 if (Subtarget->isPICStyleRIPRel() && in LowerConstantPool()
7215 if (Subtarget->isPICStyleRIPRel() && in LowerJumpTable()
7248 if (Subtarget->isPICStyleRIPRel() && in LowerExternalSymbol()
7296 if (Subtarget->isPICStyleRIPRel() && in LowerBlockAddress()
7331 if (Subtarget->isPICStyleRIPRel() && in LowerGlobalAddress()
7493 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ? in LowerGlobalTLSAddress()
/external/llvm/lib/Target/X86/
DX86Subtarget.h520 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; } in isPICStyleRIPRel() function
DX86FastISel.cpp721 if (!Subtarget->isPICStyleRIPRel() || in handleConstantAddresses()
738 if (Subtarget->isPICStyleRIPRel()) { in handleConstantAddresses()
770 if (Subtarget->isPICStyleRIPRel()) in handleConstantAddresses()
798 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in handleConstantAddresses()
923 (!AM.GV || !Subtarget->isPICStyleRIPRel()) && in X86SelectAddress()
1043 if (Subtarget->isPICStyleRIPRel() && in X86SelectCallAddress()
1061 if (Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
1074 if (!AM.GV || !Subtarget->isPICStyleRIPRel()) { in X86SelectCallAddress()
DX86AsmPrinter.cpp400 if (Subtarget->isPICStyleRIPRel()) in PrintAsmOperand()
DX86ISelLowering.cpp1924 if (Subtarget.isPICStyleRIPRel()) in getPICJumpTableRelocBaseExpr()
12818 if (Subtarget.isPICStyleRIPRel() && in LowerConstantPool()
12846 if (Subtarget.isPICStyleRIPRel() && in LowerJumpTable()
12875 if (Subtarget.isPICStyleRIPRel() && in LowerExternalSymbol()
12914 if (Subtarget.isPICStyleRIPRel() && in LowerBlockAddress()
12947 if (Subtarget.isPICStyleRIPRel() && in LowerGlobalAddress()
13163 unsigned WrapperKind = Subtarget.isPICStyleRIPRel() ? in LowerGlobalTLSAddress()