Home
last modified time | relevance | path

Searched defs:isSplit (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h188 virtual bool isSplit() const { return false; } in isSplit() function
267 bool isSplit() const override { return false; } in isSplit() function
304 bool isSplit() const override { in isSplit() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp906 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit() function in RegBankSelect::InstrInsertPoint
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h132 bool isSplit() const { return IsSplit; } in isSplit() function