Searched refs:StoreGroup (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | LSUnit.cpp | 97 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch() local 101 StoreGroup.addSuccessor(&NewGroup, true); in dispatch() 107 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local 110 StoreGroup.addSuccessor(&NewGroup, !assumeNoAlias()); in dispatch() 157 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local 160 StoreGroup.addSuccessor(&NewGroup, true); in dispatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 3292 for (auto *StoreGroup : StoreGroups) { in narrowInterleaveGroups() local 3294 VPValue *Member0 = StoreGroup->getStoredValues()[0]; in narrowInterleaveGroups() 3307 *cast<StoreInst>(StoreGroup->getInterleaveGroup()->getInsertPos()), in narrowInterleaveGroups() 3308 StoreGroup->getAddr(), Res, nullptr, /*Consecutive=*/true, in narrowInterleaveGroups() 3309 /*Reverse=*/false, {}, StoreGroup->getDebugLoc()); in narrowInterleaveGroups() 3310 S->insertBefore(StoreGroup); in narrowInterleaveGroups() 3311 StoreGroup->eraseFromParent(); in narrowInterleaveGroups()
|