Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp274 assert(RepairPt.hasSplit() && "We should not have to adjust for split"); in tryAvoidingSplit()
446 if (RepairPt.hasSplit()) in computeMapping()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h365 bool hasSplit() { return HasSplit; } in hasSplit() function