Home
last modified time | relevance | path

Searched refs:CONST32 (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/Hexagon/
Dsplit-const32-const64.ll3 ; Check that CONST32/CONST64 instructions are 'not' generated when
13 ; CHECK-NOT: CONST32
Dstruct_args_large.ll3 ; CHECK: r[[T0:[0-9]+]] = CONST32(#s2)
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h32 CONST32 = OP_BEGIN, enumerator
DHexagonInstrInfoV5.td76 "$dst = CONST32(#$global)",
89 "$dst = CONST32(#$src1)",
97 // Make sure that complexity is more than the CONST32 pattern in
DHexagonAsmPrinter.cpp287 case Hexagon::CONST32: in HexagonProcessInstruction()
DHexagonISelDAGToDAG.cpp1467 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1482 case HexagonISD::CONST32: in SelectGlobalAddress()
DHexagonBitTracker.cpp247 case CONST32: in evaluate()
DHexagonISelLowering.cpp1466 return DAG.getNode(HexagonISD::CONST32, dl, PtrVT, GA); in LowerGLOBALADDRESS()
2017 case HexagonISD::CONST32: return "HexagonISD::CONST32"; in getTargetNodeName()
DHexagonInstrInfo.td4776 def HexagonCONST32 : SDNode<"HexagonISD::CONST32", SDTHexagonCONST32>;
4843 def CONST32 : CONSTLDInst<(outs IntRegs:$dst), (ins globaladdress:$global),
4844 "$dst = CONST32(#$global)",
4850 "$dst = CONST32(#$global)",
4853 // Map TLS addressses to a CONST32 instruction
DHexagonInstrInfoV4.td3606 // Map from "i1 = constant<-1>; memw(CONST32(#foo)) = i1"
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1661 case Hexagon::CONST32: in processInstruction()