Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp676 LLT OldValResTy = getMRI()->getType(OldValRes); in buildAtomicCmpXchgWithSuccess() local
681 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
686 assert(OldValResTy == CmpValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
687 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
704 LLT OldValResTy = getMRI()->getType(OldValRes); in buildAtomicCmpXchg() local
708 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicCmpXchg()
712 assert(OldValResTy == CmpValTy && "type mismatch"); in buildAtomicCmpXchg()
713 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchg()
729 LLT OldValResTy = getMRI()->getType(OldValRes); in buildAtomicRMW() local
732 assert(OldValResTy.isScalar() && "invalid operand type"); in buildAtomicRMW()
[all …]