Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp739 LLT OldValResTy = getMRI()->getType(OldValRes); in buildAtomicCmpXchgWithSuccess() local
744 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
749 assert(OldValResTy == CmpValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
750 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
767 LLT OldValResTy = getMRI()->getType(OldValRes); in buildAtomicCmpXchg() local
771 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicCmpXchg()
775 assert(OldValResTy == CmpValTy && "type mismatch"); in buildAtomicCmpXchg()
776 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchg()
793 LLT OldValResTy = OldValRes.getLLTTy(*getMRI()); in buildAtomicRMW() local
796 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicRMW()
[all …]