Searched refs:replaceOperation (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 115 static void replaceOperation(Value &NewOp, VPIntrinsic &OldOp) { in replaceOperation() function 285 replaceOperation(*NewBinOp, VPI); in expandPredicationInBinaryOperator() 302 replaceOperation(*NewOp, VPI); in expandPredicationToIntCall() 311 replaceOperation(*NewOp, VPI); in expandPredicationToIntCall() 330 replaceOperation(*NewOp, VPI); in expandPredicationToFPCall() 340 replaceOperation(*NewOp, VPI); in expandPredicationToFPCall() 358 replaceOperation(*NewOp, VPI); in expandPredicationToFPCall() 509 replaceOperation(*Reduction, VPI); in expandPredicationInReduction() 565 replaceOperation(*CastOp, VPI); in expandPredicationToCastIntrinsic() 630 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic() [all …]
|