Searched refs:hasTrivialKill (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp770 bool RegIsKill = hasTrivialKill(LHS);
868 bool RegIsKill = hasTrivialKill(LHS);
1205 bool LHSIsKill = hasTrivialKill(LHS);
1236 bool RHSIsKill = hasTrivialKill(SI->getOperand(0));
1244 bool RHSIsKill = hasTrivialKill(RHS);
1264 bool RHSIsKill = hasTrivialKill(MulLHS);
1289 bool RHSIsKill = hasTrivialKill(SI->getOperand(0));
1303 bool RHSIsKill = hasTrivialKill(RHS);
1531 bool LHSIsKill = hasTrivialKill(LHS);
1543 bool RHSIsKill = hasTrivialKill(RH
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp344 bool FastISel::hasTrivialKill(const Value *V) { function in class:FastISel
352 if (Cast->isNoopCast(DL) && !hasTrivialKill(Cast->getOperand(0)))
364 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
527 bool IdxNIsKill = hasTrivialKill(Idx);
625 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
641 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
674 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
699 bool NIsKill = hasTrivialKill(I->getOperand(0));
1545 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
1579 bool Op0IsKill = hasTrivialKill(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp697 bool ValKill = hasTrivialKill(Val);
2097 bool CondIsKill = hasTrivialKill(Cond);
2118 bool RHSIsKill = hasTrivialKill(RHS);
2121 bool LHSIsKill = hasTrivialKill(LHS);
2178 bool LHSIsKill = hasTrivialKill(LHS);
2181 bool RHSIsKill = hasTrivialKill(RHS);
2184 bool CmpLHSIsKill = hasTrivialKill(CmpLHS);
2187 bool CmpRHSIsKill = hasTrivialKill(CmpRHS);
2315 bool CondIsKill = hasTrivialKill(Cond);
2336 bool LHSIsKill = hasTrivialKill(LH
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h501 bool hasTrivialKill(const Value *V);

Completed in 121 milliseconds