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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1768 bool Op2IsKill) {
1780 .addReg(Op2, getKillRegState(Op2IsKill));
1785 .addReg(Op2, getKillRegState(Op2IsKill));
1764 fastEmitInst_rrr(unsigned MachineInstOpcode, const TargetRegisterClass *RC, unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill, unsigned Op2, bool Op2IsKill) argument
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp119 unsigned Op2, bool Op2IsKill);
340 unsigned Op2, bool Op2IsKill) {
355 .addReg(Op2, Op2IsKill * RegState::Kill));
360 .addReg(Op2, Op2IsKill * RegState::Kill));
336 fastEmitInst_rrr(unsigned MachineInstOpcode, const TargetRegisterClass *RC, unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill, unsigned Op2, bool Op2IsKill) argument

Completed in 84 milliseconds