Searched refs:OffKill (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1050 bool OffKill, bool OffUndef, in InsertLDR_STR() argument 1094 bool OffKill = isT2 ? false : MI->getOperand(3).isKill(); in FixInvalidRegPairOp() local 1133 (BaseKill || OffKill) && in FixInvalidRegPairOp() 1143 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp() 1160 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1554 bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, in InsertLDR_STR() argument 1607 bool OffKill = isT2 ? false : MI->getOperand(3).isKill(); in FixInvalidRegPairOp() local 1650 (BaseKill || OffKill) && in FixInvalidRegPairOp() 1659 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp() 1678 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp()
|