Searched refs:replaceValue (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 368 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, in replaceValue() 370 return Die->replaceValue(getState().DIEAlloc, Attribute, Form, in replaceValue() 375 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, in replaceValue() 378 return Die->replaceValue(getState().DIEAlloc, Attribute, NewAttribute, Form, in replaceValue() 382 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, in replaceValue() 384 return Die->replaceValue(getState().DIEAlloc, Attribute, Form, NewValue); in replaceValue() 367 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, replaceValue() function 374 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, replaceValue() function 381 bool replaceValue(DIEValueList *Die, dwarf::Attribute Attribute, replaceValue() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 130 void replaceValue(Value &Old, Value &New) { in replaceValue() 301 replaceValue(I, *VecLd); in widenSubvectorLoad() 360 replaceValue(I, *VecLd); in getShuffleExtract() 574 replaceValue(I, *NewExt); in foldExtractExtract() 599 replaceValue(I, *NewExt); in foldExtractExtract() 737 replaceValue(I, *NewShuf); in foldBitcastShuffle() 830 replaceValue(I, *Shuf); in scalarizeVPIntrinsic() 952 replaceValue(VPI, *Builder.CreateVectorSplat(EC, ScalarVal)); in scalarizeBinopOrCmp() 1079 replaceValue(I, *Insert); in foldExtractedCmps() 1180 replaceValue( in freeze() 123 void replaceValue(Value &Old, Value &New) { replaceValue() function in __anon1d97b8fb0111::VectorCombine [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue() function 767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue() function 779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue() function
|