Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp743 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchgWithSuccess() local
748 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
750 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
770 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchg() local
774 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchg()
776 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchg()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp772 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchgWithSuccess() local
777 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
779 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
799 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchg() local
803 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchg()
805 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchg()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp228 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size()); in RemoveFunctionReferences() local
229 auto *NewUsedVal = ConstantArray::get(NewValTy, Used); in RemoveFunctionReferences()
/external/llvm-project/llvm/tools/bugpoint/
DCrashDebugger.cpp234 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size()); in RemoveFunctionReferences() local
235 auto *NewUsedVal = ConstantArray::get(NewValTy, Used); in RemoveFunctionReferences()