Searched refs:MO_PCREL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonBaseInfo.h | 189 MO_PCREL, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 53 case HexagonII::MO_PCREL: in GetSymbolRef()
|
H A D | HexagonISelLowering.cpp | 1151 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool() 1177 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in LowerJumpTable() 1256 HexagonII::MO_PCREL); in LowerGLOBALADDRESS() 1280 SDValue A = DAG.getTargetBlockAddress(BA, PtrVT, 0, HexagonII::MO_PCREL); in LowerBlockAddress() 1289 HexagonII::MO_PCREL); in LowerGLOBAL_OFFSET_TABLE() 3577 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in getPICJumpTableRelocBase()
|
H A D | HexagonInstrInfo.cpp | 2077 {MO_PCREL, "hexagon-pcrel"}, in getSerializableDirectMachineOperandTargetFlags()
|