Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h365 bool hasSplit() { return HasSplit; } in hasSplit() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp325 assert(RepairPt.hasSplit() && "We should not have to adjust for split"); in tryAvoidingSplit()
502 if (RepairPt.hasSplit()) in computeMapping()