Searched refs:MO_PCREL (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 186 MO_PCREL, enumerator
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 221 MO_PCREL, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 54 case HexagonII::MO_PCREL: in GetSymbolRef()
|
D | HexagonISelLowering.cpp | 924 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool() 949 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in LowerJumpTable() 1028 HexagonII::MO_PCREL); in LowerGLOBALADDRESS() 1052 SDValue A = DAG.getTargetBlockAddress(BA, PtrVT, 0, HexagonII::MO_PCREL); in LowerBlockAddress() 1061 HexagonII::MO_PCREL); in LowerGLOBAL_OFFSET_TABLE() 2863 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in getPICJumpTableRelocBase()
|
D | HexagonInstrInfo.cpp | 1906 {MO_PCREL, "hexagon-pcrel"}, in getSerializableDirectMachineOperandTargetFlags()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 46 case HexagonII::MO_PCREL: in GetSymbolRef()
|
D | HexagonISelLowering.cpp | 1411 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool() 1428 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in LowerJumpTable() 1508 HexagonII::MO_PCREL); in LowerGLOBALADDRESS() 1532 SDValue A = DAG.getTargetBlockAddress(BA, PtrVT, 0, HexagonII::MO_PCREL); in LowerBlockAddress() 1541 HexagonII::MO_PCREL); in LowerGLOBAL_OFFSET_TABLE() 2811 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL); in getPICJumpTableRelocBase()
|