Home
last modified time | relevance | path

Searched defs:isSplit (Results 1 – 7 of 7) 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-7.0/llvm/include/llvm/CodeGen/GlobalISel/
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
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h77 bool isSplit() const { return Flags & Split; } in isSplit() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h108 bool isSplit() const { return IsSplit; } in isSplit() function
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp713 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit() function in RegBankSelect::InstrInsertPoint
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp799 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