Home
last modified time | relevance | path

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/
DPPCVSXSwapRemoval.cpp150 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/
DSkIntersections.cpp117 int index = insertSwap(one, two, pt); in insertCoincident()
DSkIntersections.h120 int insertSwap(double one, double two, const SkDPoint& pt) { in insertSwap() function