Home
last modified time | relevance | path

Searched refs:expandAtomicBinaryOp (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp83 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI, Func f);
85 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI);
822 bool AVRExpandPseudo::expandAtomicBinaryOp(unsigned Opcode, in expandAtomicBinaryOp() function in __anon45e00deb0111::AVRExpandPseudo
836 bool AVRExpandPseudo::expandAtomicBinaryOp(unsigned Opcode, in expandAtomicBinaryOp() function in __anon45e00deb0111::AVRExpandPseudo
839 return expandAtomicBinaryOp(Opcode, MBB, MBBI, [](MachineInstr &MI) {}); in expandAtomicBinaryOp()
892 return expandAtomicBinaryOp(AVR::LDRdPtr, MBB, MBBI); in expand()
897 return expandAtomicBinaryOp(AVR::LDWRdPtr, MBB, MBBI); in expand()
902 return expandAtomicBinaryOp(AVR::STPtrRr, MBB, MBBI); in expand()
907 return expandAtomicBinaryOp(AVR::STWPtrRr, MBB, MBBI); in expand()