Home
last modified time | relevance | path

Searched refs:hasTrivialKill (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp698 bool RegIsKill = hasTrivialKill(LHS); in computeAddress()
796 bool RegIsKill = hasTrivialKill(LHS); in computeAddress()
1128 bool LHSIsKill = hasTrivialKill(LHS); in emitAddSub()
1159 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub()
1167 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub()
1187 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub()
1212 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub()
1226 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub()
1446 bool LHSIsKill = hasTrivialKill(LHS); in emitFCmp()
1458 bool RHSIsKill = hasTrivialKill(RHS); in emitFCmp()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp87 bool FastISel::hasTrivialKill(const Value *V) const { in hasTrivialKill() function in FastISel
96 !hasTrivialKill(Cast->getOperand(0))) in hasTrivialKill()
268 bool IdxNIsKill = hasTrivialKill(Idx); in getRegForGEPIndex()
349 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in SelectBinaryOp()
366 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBinaryOp()
405 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in SelectBinaryOp()
428 bool NIsKill = hasTrivialKill(I->getOperand(0)); in SelectGetElementPtr()
621 bool ResultRegIsKill = hasTrivialKill(Call); in SelectCall()
686 bool InputRegIsKill = hasTrivialKill(I->getOperand(0)); in SelectCast()
724 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBitCast()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp137 bool FastISel::hasTrivialKill(const Value *V) { in hasTrivialKill() function in FastISel
146 !hasTrivialKill(Cast->getOperand(0))) in hasTrivialKill()
158 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0))) in hasTrivialKill()
323 bool IdxNIsKill = hasTrivialKill(Idx); in getRegForGEPIndex()
412 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in selectBinaryOp()
428 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBinaryOp()
472 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in selectBinaryOp()
491 bool NIsKill = hasTrivialKill(I->getOperand(0)); in selectGetElementPtr()
1267 bool InputRegIsKill = hasTrivialKill(I->getOperand(0)); in selectCast()
1301 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBitCast()
[all …]
/external/llvm/lib/Target/X86/
DX86FastISel.cpp688 bool ValKill = hasTrivialKill(Val); in X86FastEmitStore()
2026 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitCMoveSelect()
2036 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect()
2039 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitCMoveSelect()
2108 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitSSESelect()
2111 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect()
2114 bool CmpLHSIsKill = hasTrivialKill(CmpLHS); in X86FastEmitSSESelect()
2117 bool CmpRHSIsKill = hasTrivialKill(CmpRHS); in X86FastEmitSSESelect()
2199 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitPseudoSelect()
2208 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitPseudoSelect()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h380 bool hasTrivialKill(const Value *V) const;
/external/llvm/include/llvm/CodeGen/
DFastISel.h502 bool hasTrivialKill(const Value *V);