Searched refs:remapOperands (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanUnroll.cpp | 120 void remapOperands(VPRecipeBase *R, unsigned Part) { in remapOperands() function in __anone9af25350111::UnrollState 139 remapOperands(&PartIR, Part); in unrollReplicateRegionByUF() 273 remapOperands(&R, UF - 1); in unrollRecipeByUF() 311 remapOperands(Copy, Part); in unrollRecipeByUF() 381 remapOperands(&R, UF - 1); in unrollBlock() 451 Unroller.remapOperands(&H, Part); in unrollByUF()
|
| H A D | VPlan.cpp | 1192 static void remapOperands(VPBlockBase *Entry, VPBlockBase *NewEntry, in remapOperands() function 1266 remapOperands(Entry, NewEntry, Old2NewVPValues); in duplicate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 336 void remapOperands(MDNode &N, OperandMapper mapOperand); 699 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper 817 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() 856 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
|