Searched defs:hasTrivialKill (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp87 bool FastISel::hasTrivialKill(const Value *V) const { function in class:FastISel
96 !hasTrivialKill(Cast->getOperand(0)))
268 bool IdxNIsKill = hasTrivialKill(Idx);
349 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
366 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
405 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
428 bool NIsKill = hasTrivialKill(I->getOperand(0));
621 bool ResultRegIsKill = hasTrivialKill(Call);
686 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
724 bool Op0IsKill = hasTrivialKill(
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp137 bool FastISel::hasTrivialKill(const Value *V) { function in class:FastISel
146 !hasTrivialKill(Cast->getOperand(0)))
158 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
323 bool IdxNIsKill = hasTrivialKill(Idx);
412 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
428 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
472 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
491 bool NIsKill = hasTrivialKill(I->getOperand(0));
1267 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
1301 bool Op0IsKill = hasTrivialKill(
[all...]

Completed in 195 milliseconds