Home
last modified time | relevance | path

Searched refs:emitAdd_ri_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp239 unsigned emitAdd_ri_(MVT VT, unsigned Op0, int64_t Imm);
1113 ResultReg = emitAdd_ri_(MVT::i64, Addr.getReg(), Offset); in simplifyAddress()
1544 unsigned AArch64FastISel::emitAdd_ri_(MVT VT, unsigned Op0, int64_t Imm) { in emitAdd_ri_() function in AArch64FastISel
4915 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, Pow2MinusOne); in selectSDiv()
5008 N = emitAdd_ri_(VT, N, TotalOffs); in selectGetElementPtr()
5034 N = emitAdd_ri_(VT, N, TotalOffs); in selectGetElementPtr()