Searched defs:Op0IsKill (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 406 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBinaryOp() local 898 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBitCast() local 1285 unsigned Op0, bool Op0IsKill, in FastEmit_ri_() 1354 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 1375 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 1399 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 1427 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 1451 unsigned Op0, bool Op0IsKill, in FastEmitInst_rii() 1476 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() 1499 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri() [all …]
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 288 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 310 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 338 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 370 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 396 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri()
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsFastISel.cpp | 92 unsigned Op0, bool Op0IsKill, uint64_t imm1, in FastEmitInst_riir()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 2219 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 2239 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 2252 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr()
|