Searched refs:CONST32 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h28 CONST32, enumerator in enum:llvm::HexagonISD::__anon9493
H A DHexagonISelLowering.cpp952 return DAG.getNode(HexagonISD::CONST32, dl, ValTy, Res);
1025 return DAG.getNode(HexagonISD::CONST32, dl, getPointerTy(), Result);
1298 // Custom legalize GlobalAddress nodes into CONST32.
1430 case HexagonISD::CONST32: return "HexagonISD::CONST32";
H A DHexagonISelDAGToDAG.cpp297 // CONST32.
304 if (Const32->getOpcode() == HexagonISD::CONST32 &&
674 // CONST32. Avoid truncating stores for the moment. Post-inc stores
677 if ((Const32->getOpcode() == HexagonISD::CONST32) &&

Completed in 155 milliseconds