Home
last modified time | relevance | path

Searched refs:DCFETCH (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/MC/Hexagon/
Ddcfetch.s3 # Check that DCFETCH is correctly shuffled.
13 DCFETCH(R5+#(8+0))
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h84 DCFETCH, enumerator
DHexagonInstrInfoV4.td3973 // We need custom lowering of ISD::PREFETCH into HexagonISD::DCFETCH
3977 def HexagonDCFETCH : SDNode<"HexagonISD::DCFETCH", SDTHexagonDCFETCH,
DHexagonISelLowering.cpp2019 case HexagonISD::DCFETCH: return "HexagonISD::DCFETCH"; in getTargetNodeName()