/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 366 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBinaryOp() local 724 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in SelectBitCast() local 1063 unsigned Op0, bool Op0IsKill, in FastEmit_ri_() 1113 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 1132 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 1153 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 1177 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 1198 unsigned Op0, bool Op0IsKill, in FastEmitInst_rii() 1221 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() 1242 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 428 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBinaryOp() local 1301 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBitCast() local 1743 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_() 1817 bool Op0IsKill) { in fastEmitInst_r() 1838 bool Op0IsKill, unsigned Op1, in fastEmitInst_rr() 1862 bool Op0IsKill, unsigned Op1, in fastEmitInst_rrr() 1890 bool Op0IsKill, uint64_t Imm) { in fastEmitInst_ri() 1912 bool Op0IsKill, uint64_t Imm1, in fastEmitInst_rii() 1956 bool Op0IsKill, unsigned Op1, in fastEmitInst_rri() 1997 bool Op0IsKill, uint32_t Idx) { in fastEmitInst_extractsubreg() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 289 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 308 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 330 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 355 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 377 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() 399 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri() 462 unsigned Op0, bool Op0IsKill, in FastEmitInst_extractsubreg()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 1478 unsigned AArch64FastISel::emitAdd_ri_(MVT VT, unsigned Op0, bool Op0IsKill, in emitAdd_ri_() 3505 bool Op0IsKill = hasTrivialKill(II->getOperand(0)); in fastLowerIntrinsicCall() local 3868 unsigned AArch64FastISel::emitMul_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitMul_rr() 3888 unsigned AArch64FastISel::emitSMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitSMULL_rr() 3898 unsigned AArch64FastISel::emitUMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitUMULL_rr() 3908 unsigned AArch64FastISel::emitLSL_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitLSL_rr() 3935 bool Op0IsKill, uint64_t Shift, in emitLSL_ri() 4014 unsigned AArch64FastISel::emitLSR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitLSR_rr() 4042 bool Op0IsKill, uint64_t Shift, in emitLSR_ri() 4135 unsigned AArch64FastISel::emitASR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitASR_rr() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 2304 unsigned Op0, bool Op0IsKill, in fastEmitInst_ri() 2324 unsigned Op0, bool Op0IsKill) { in fastEmitInst_r() 2337 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 280 unsigned Op0, bool Op0IsKill) { in fastEmitInst_r() 302 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr() 330 unsigned Op0, bool Op0IsKill, in fastEmitInst_ri() 356 unsigned Op0, bool Op0IsKill, in fastEmitInst_rri()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 187 unsigned Op0, bool Op0IsKill, uint64_t imm1, in fastEmitInst_riir() 1868 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr()
|