Searched refs:OffUndef (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 1095 bool OffUndef = isT2 ? false : MI->getOperand(3).isUndef(); in FixInvalidRegPairOp() local 1138 BaseReg, false, BaseUndef, false, OffUndef, in FixInvalidRegPairOp() 1143 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp() 1155 BaseReg, false, BaseUndef, false, 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 1608 bool OffUndef = isT2 ? false : MI->getOperand(3).isUndef(); in FixInvalidRegPairOp() local 1655 BaseReg, false, BaseUndef, false, OffUndef, in FixInvalidRegPairOp() 1659 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp() 1674 BaseReg, false, BaseUndef, false, OffUndef, in FixInvalidRegPairOp() 1678 BaseReg, BaseKill, BaseUndef, OffKill, OffUndef, in FixInvalidRegPairOp()
|