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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 117 bool FastISel::hasTrivialKill(const Value *V) const {
126 !hasTrivialKill(Cast->getOperand(0)))
131 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
296 bool IdxNIsKill = hasTrivialKill(Idx);
389 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
406 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
452 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
475 bool NIsKill = hasTrivialKill(I->getOperand(0));
860 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 379 bool hasTrivialKill(const Value *V) const;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 525 bool ValKill = hasTrivialKill(Val);
    [all...]

Completed in 355 milliseconds