Searched refs:insertSwap (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 150 void insertSwap(MachineInstr *MI, MachineBasicBlock::iterator InsertPoint, 799 void PPCVSXSwapRemoval::insertSwap(MachineInstr *MI, in insertSwap() function in __anon822fbea10111::PPCVSXSwapRemoval 921 insertSwap(MI, InsertPoint, VSRCTmp2, VSRCTmp1); in handleSpecialSwappables() 930 insertSwap(MI, InsertPoint, DstReg, NewVReg); in handleSpecialSwappables()
|
/third_party/skia/src/pathops/ |
D | SkIntersections.cpp | 117 int index = insertSwap(one, two, pt); in insertCoincident()
|
D | SkIntersections.h | 120 int insertSwap(double one, double two, const SkDPoint& pt) { in insertSwap() function
|