Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:hasTrivialKill

113 bool FastISel::hasTrivialKill(const Value *V) const {
122 !hasTrivialKill(Cast->getOperand(0)))
127 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
292 bool IdxNIsKill = hasTrivialKill(Idx);
385 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
402 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
448 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
471 bool NIsKill = hasTrivialKill(I->getOperand(0));
756 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
794 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
899 bool OpRegIsKill = hasTrivialKill(I);