Searched refs:SingleInstrs (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.h187 /// @param SingleInstrs True when single instructions should be isolated.
188 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp957 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
988 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
1222 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
1228 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
H A DSplitKit.cpp1111 bool SingleInstrs) const {
1116 if (!SingleInstrs)
/external/llvm/lib/CodeGen/
H A DSplitKit.h212 /// @param SingleInstrs True when single instructions should be isolated.
213 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp1225 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
1256 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
1517 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
1523 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
H A DSplitKit.cpp1226 bool SingleInstrs) const {
1231 if (!SingleInstrs)

Completed in 455 milliseconds