HomeSort by relevance Sort by last modified time
    Searched refs:hasTrivialKill (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 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))
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 398 bool hasTrivialKill(const Value *V) const;

Completed in 414 milliseconds