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

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 703 bool RegIsKill = hasTrivialKill(LHS);
801 bool RegIsKill = hasTrivialKill(LHS);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 135 bool FastISel::hasTrivialKill(const Value *V) {
144 !hasTrivialKill(Cast->getOperand(0)))
156 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
321 bool IdxNIsKill = hasTrivialKill(Idx);
409 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
425 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
469 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
488 bool NIsKill = hasTrivialKill(I->getOperand(0));
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 562 bool ValKill = hasTrivialKill(Val);
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 498 bool hasTrivialKill(const Value *V);

Completed in 322 milliseconds