Searched refs:MO_PCREL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h179 /// MO_PCREL - On a symbol operand, indicates a PC-relative relocation
181 MO_PCREL, enumerator in enum:llvm::HexagonII::HexagonMOTargetFlagVal
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp53 case HexagonII::MO_PCREL:
H A DHexagonISelLowering.cpp1112 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0;
1138 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL);
1217 HexagonII::MO_PCREL);
1241 SDValue A = DAG.getTargetBlockAddress(BA, PtrVT, 0, HexagonII::MO_PCREL);
1250 HexagonII::MO_PCREL);
3177 SDValue T = DAG.getTargetJumpTable(Idx, VT, HexagonII::MO_PCREL);
H A DHexagonInstrInfo.cpp1988 {MO_PCREL, "hexagon-pcrel"},

Completed in 177 milliseconds