Lines Matching refs:addMetadata
602 void addMetadata(Instruction *To, Instruction *From);
606 void addMetadata(ArrayRef<Value *> To, Instruction *From);
802 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata() function in InnerLoopVectorizer
808 void InnerLoopVectorizer::addMetadata(ArrayRef<Value *> To, in addMetadata() function in InnerLoopVectorizer
812 addMetadata(I, From); in addMetadata()
1567 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1712 addMetadata(EntryPart, Trunc); in widenIntOrFpInduction()
2098 Group->addMetadata(NewLoad); in vectorizeInterleaveGroup()
2177 Group->addMetadata(NewStoreInstr); in vectorizeInterleaveGroup()
2285 addMetadata(NewSI, SI); in vectorizeMemoryInstruction()
2300 addMetadata(NewLI, LI); in vectorizeMemoryInstruction()
2311 addMetadata(NewLI, LI); in vectorizeMemoryInstruction()
3908 addMetadata(EntryPart, GEP); in widenInstruction()
3944 addMetadata(NewGEP, GEP); in widenInstruction()
3982 addMetadata(V, BinOp); in widenInstruction()
4010 addMetadata(Sel, &I); in widenInstruction()
4035 addMetadata(C, &I); in widenInstruction()
4064 addMetadata(Cast, &I); in widenInstruction()
4138 addMetadata(V, &I); in widenInstruction()