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.cpp238 unsigned emitAdd_ri_(MVT VT, unsigned Op0, int64_t Imm);
1112 ResultReg = emitAdd_ri_(MVT::i64, Addr.getReg(), Offset); in simplifyAddress()
1543 unsigned AArch64FastISel::emitAdd_ri_(MVT VT, unsigned Op0, int64_t Imm) { in emitAdd_ri_() function in AArch64FastISel
4901 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, Pow2MinusOne); in selectSDiv()
4994 N = emitAdd_ri_(VT, N, TotalOffs); in selectGetElementPtr()
5020 N = emitAdd_ri_(VT, N, TotalOffs); in selectGetElementPtr()