Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MEMSET

292   Names[RTLIB::MEMSET] = "memset";
524 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
549 memset(OpActions, 0, sizeof(OpActions));
550 memset(LoadExtActions, 0, sizeof(LoadExtActions));
551 memset(TruncStoreActions, 0, sizeof(TruncStoreActions));
552 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));
553 memset(CondCodeActions, 0, sizeof(CondCodeActions));
596 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
597 memset(TargetDAGCombineArray, 0, array_lengthof(TargetDAGCombineArray));