Searched refs:NIsKill (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 428 bool NIsKill = hasTrivialKill(I->getOperand(0)); in SelectGetElementPtr() local 442 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT); in SelectGetElementPtr() 446 NIsKill = true; in SelectGetElementPtr() 457 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT); in SelectGetElementPtr() 461 NIsKill = true; in SelectGetElementPtr() 481 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill); in SelectGetElementPtr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 491 bool NIsKill = hasTrivialKill(I->getOperand(0)); in selectGetElementPtr() local 508 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in selectGetElementPtr() 511 NIsKill = true; in selectGetElementPtr() 526 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in selectGetElementPtr() 529 NIsKill = true; in selectGetElementPtr() 535 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in selectGetElementPtr() 538 NIsKill = true; in selectGetElementPtr() 556 N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill); in selectGetElementPtr() 562 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); in selectGetElementPtr()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4845 bool NIsKill = hasTrivialKill(I->getOperand(0)); in selectGetElementPtr() local 4872 N = emitAdd_ri_(VT, N, NIsKill, TotalOffs); in selectGetElementPtr() 4875 NIsKill = true; in selectGetElementPtr() 4896 N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill); in selectGetElementPtr() 4902 N = emitAdd_ri_(VT, N, NIsKill, TotalOffs); in selectGetElementPtr()
|