Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h177 virtual bool isSplit() const { return false; } in isSplit() function
252 bool isSplit() const override { return false; } in isSplit() function
286 bool isSplit() const override { in isSplit() function
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h77 bool isSplit() const { return Flags & Split; } in isSplit() function
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp713 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit() function in RegBankSelect::InstrInsertPoint
/external/llvm/include/llvm/Target/
DTargetCallingConv.h115 bool isSplit() const { return Flags & Split; } in isSplit() function