Searched defs:Op1IsKill (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 385 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in SelectBinaryOp() local 448 bool Op1IsKill = hasTrivialKill(I->getOperand(1)); in SelectBinaryOp() local 1238 unsigned Op1, bool Op1IsKill) { in FastEmitInst_rr() 1259 unsigned Op1, bool Op1IsKill, in FastEmitInst_rrr() 1348 unsigned Op1, bool Op1IsKill, in FastEmitInst_rri() 1372 unsigned Op1, bool Op1IsKill, in FastEmitInst_rrii()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 347 unsigned Op1, bool Op1IsKill) { in FastEmitInst_rr() 374 unsigned Op1, bool Op1IsKill, in FastEmitInst_rrr() 455 unsigned Op1, bool Op1IsKill, in FastEmitInst_rri()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 2220 unsigned Op1, bool Op1IsKill) { in FastEmitInst_rr()
|