Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp471 bool NIsKill = hasTrivialKill(I->getOperand(0)); in SelectGetElementPtr() local
489 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in SelectGetElementPtr()
493 NIsKill = true; in SelectGetElementPtr()
508 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in SelectGetElementPtr()
512 NIsKill = true; in SelectGetElementPtr()
518 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in SelectGetElementPtr()
522 NIsKill = true; in SelectGetElementPtr()
542 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill); in SelectGetElementPtr()
549 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in SelectGetElementPtr()