Home
last modified time | relevance | path

Searched defs:Op0IsKill (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp627 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBinaryOp() local
1547 bool Op0IsKill = hasTrivialKill(I->getOperand(0)); in selectBitCast() local
1977 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_()
2051 bool Op0IsKill) { in fastEmitInst_r()
2072 bool Op0IsKill, unsigned Op1, in fastEmitInst_rr()
2096 bool Op0IsKill, unsigned Op1, in fastEmitInst_rrr()
2124 bool Op0IsKill, uint64_t Imm) { in fastEmitInst_ri()
2146 bool Op0IsKill, uint64_t Imm1, in fastEmitInst_rii()
2190 bool Op0IsKill, unsigned Op1, in fastEmitInst_rri()
2231 bool Op0IsKill, uint32_t Idx) { in fastEmitInst_extractsubreg()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1565 unsigned AArch64FastISel::emitAdd_ri_(MVT VT, unsigned Op0, bool Op0IsKill, in emitAdd_ri_()
3675 bool Op0IsKill = hasTrivialKill(II->getOperand(0)); in fastLowerIntrinsicCall() local
4046 unsigned AArch64FastISel::emitMul_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitMul_rr()
4066 unsigned AArch64FastISel::emitSMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitSMULL_rr()
4076 unsigned AArch64FastISel::emitUMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, in emitUMULL_rr()
4086 unsigned AArch64FastISel::emitLSL_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitLSL_rr()
4113 bool Op0IsKill, uint64_t Shift, in emitLSL_ri()
4192 unsigned AArch64FastISel::emitLSR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitLSR_rr()
4220 bool Op0IsKill, uint64_t Shift, in emitLSR_ri()
4313 unsigned AArch64FastISel::emitASR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, in emitASR_rr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2417 unsigned Op0, bool Op0IsKill, in fastEmitInst_ri()
2437 unsigned Op0, bool Op0IsKill) { in fastEmitInst_r()
2450 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp303 unsigned Op0, bool Op0IsKill) { in fastEmitInst_r()
325 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr()
353 unsigned Op0, bool Op0IsKill, in fastEmitInst_ri()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp237 unsigned Op0, bool Op0IsKill, uint64_t imm1, in fastEmitInst_riir()
2127 unsigned Op0, bool Op0IsKill, in fastEmitInst_rr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3977 unsigned Op0, bool Op0IsKill, in fastEmitInst_rrrr()