Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp680 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchgWithSuccess() local
685 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
687 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
707 LLT NewValTy = getMRI()->getType(NewVal); in buildAtomicCmpXchg() local
711 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchg()
713 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp230 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size()); in RemoveFunctionReferences() local
231 auto *NewUsedVal = ConstantArray::get(NewValTy, Used); in RemoveFunctionReferences()