Home
last modified time | relevance | path

Searched refs:MO_GOTOFF (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp86 return X86II::MO_GOTOFF; in classifyLocalReference()
92 return X86II::MO_GOTOFF; // Local symbols use GOTOFF. in classifyLocalReference()
117 return X86II::MO_GOTOFF; in classifyLocalReference()
DX86InstrInfo.h131 case X86II::MO_GOTOFF: // isPICStyleGOT: local global. in isGlobalRelativeToPICBase()
DX86AsmPrinter.cpp187 case X86II::MO_GOTOFF: O << "@GOTOFF"; break; in printSymbolOperand()
DX86InstructionSelector.cpp1364 if (OpFlag == X86II::MO_PIC_BASE_OFFSET || OpFlag == X86II::MO_GOTOFF) { in materializeFP()
DX86MCInstLower.cpp241 case X86II::MO_GOTOFF: in LowerSymbolOperand()
DX86FastISel.cpp3819 else if (OpFlag == X86II::MO_GOTOFF) in X86MaterializeFP()
DX86InstrInfo.cpp7325 {MO_GOTOFF, "x86-gotoff"}, in getSerializableDirectMachineOperandTargetFlags()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp42 return X86II::MO_GOTOFF; in ClassifyBlockAddressReference()
95 return X86II::MO_GOTOFF; in ClassifyGlobalReference()
DX86InstrInfo.h91 case X86II::MO_GOTOFF: // isPICStyleGOT: local global. in isGlobalRelativeToPICBase()
DX86AsmPrinter.cpp196 case X86II::MO_GOTOFF: O << "@GOTOFF"; break; in printSymbolOperand()
DX86MCInstLower.cpp164 case X86II::MO_GOTOFF: RefKind = MCSymbolRefExpr::VK_GOTOFF; break; in LowerSymbolOperand()
DX86FastISel.cpp648 AM.GVOpFlags = X86II::MO_GOTOFF; in X86SelectCallAddress()
2052 OpFlag = X86II::MO_GOTOFF; in TargetMaterializeConstant()
DX86ISelLowering.cpp7186 OpFlag = X86II::MO_GOTOFF; in LowerConstantPool()
7219 OpFlag = X86II::MO_GOTOFF; in LowerJumpTable()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp86 return X86II::MO_GOTOFF; in classifyLocalReference()
DX86InstrInfo.h104 case X86II::MO_GOTOFF: // isPICStyleGOT: local global. in isGlobalRelativeToPICBase()
DX86AsmPrinter.cpp159 case X86II::MO_GOTOFF: O << "@GOTOFF"; break; in printSymbolOperand()
DX86MCInstLower.cpp217 case X86II::MO_GOTOFF: RefKind = MCSymbolRefExpr::VK_GOTOFF; break; in LowerSymbolOperand()
DX86FastISel.cpp3584 else if (OpFlag == X86II::MO_GOTOFF) in X86MaterializeFP()
DX86InstrInfo.cpp7344 {MO_GOTOFF, "x86-gotoff"}, in getSerializableDirectMachineOperandTargetFlags()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h79 MO_GOTOFF, enumerator
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h89 MO_GOTOFF, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h102 MO_GOTOFF, enumerator