Lines Matching refs:hasTrivialKill

699             bool RegIsKill = hasTrivialKill(LHS);  in computeAddress()
796 bool RegIsKill = hasTrivialKill(LHS); in computeAddress()
1131 bool LHSIsKill = hasTrivialKill(LHS); in emitAddSub()
1162 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub()
1170 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub()
1190 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub()
1211 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub()
1222 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub()
1435 bool LHSIsKill = hasTrivialKill(LHS); in emitFCmp()
1447 bool RHSIsKill = hasTrivialKill(RHS); in emitFCmp()
1529 bool LHSIsKill = hasTrivialKill(LHS); in emitLogicalOp()
1555 bool RHSIsKill = hasTrivialKill(MulLHS); in emitLogicalOp()
1568 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitLogicalOp()
1576 bool RHSIsKill = hasTrivialKill(RHS); in emitLogicalOp()
2209 bool SrcIsKill = hasTrivialKill(LHS); in emitCompareAndBranch()
2326 bool CondIsKill = hasTrivialKill(TI->getOperand(0)); in selectBranch()
2396 bool CondRegIsKill = hasTrivialKill(BI->getCondition()); in selectBranch()
2565 bool Src1IsKill = hasTrivialKill(Src1Val); in optimizeSelect()
2570 bool Src2IsKill = hasTrivialKill(Src2Val); in optimizeSelect()
2680 bool CondIsKill = hasTrivialKill(Cond); in selectSelect()
2690 bool Src1IsKill = hasTrivialKill(SI->getTrueValue()); in selectSelect()
2693 bool Src2IsKill = hasTrivialKill(SI->getFalseValue()); in selectSelect()
2785 bool SrcIsKill = hasTrivialKill(I->getOperand(0)); in selectIntToFP()
3477 bool SrcRegIsKill = hasTrivialKill(II->getOperand(0)); in fastLowerIntrinsicCall()
3499 bool Op0IsKill = hasTrivialKill(II->getOperand(0)); in fastLowerIntrinsicCall()
3579 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall()
3584 bool RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall()
3611 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall()
3616 bool RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall()
3775 bool SrcIsKill = hasTrivialKill(Op); in selectTrunc()
4405 bool SrcIsKill = hasTrivialKill(I->getOperand(0)); in selectIntExt()
4466 bool Src0IsKill = hasTrivialKill(I->getOperand(0)); in selectRem()
4471 bool Src1IsKill = hasTrivialKill(I->getOperand(1)); in selectRem()
4530 bool Src0IsKill = hasTrivialKill(Src0); in selectMul()
4544 bool Src0IsKill = hasTrivialKill(I->getOperand(0)); in selectMul()
4549 bool Src1IsKill = hasTrivialKill(I->getOperand(1)); in selectMul()
4597 bool Op0IsKill = hasTrivialKill(Op0); in selectShift()
4621 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectShift()
4626 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in selectShift()
4680 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBitCast()
4744 bool Src0IsKill = hasTrivialKill(I->getOperand(0)); in selectSDiv()
4804 bool IdxNIsKill = hasTrivialKill(Idx); in getRegForGEPIndex()
4825 bool NIsKill = hasTrivialKill(I->getOperand(0)); in selectGetElementPtr()