Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp767 auto V6_vL32b_pred_ai = HVC.HST.getIntrinsicId(Hexagon::V6_vL32b_pred_ai); in createPredicatedLoad()
838 auto V6_vS32b_pred_ai = HVC.HST.getIntrinsicId(Hexagon::V6_vS32b_pred_ai); in createPredicatedStore()
1912 auto V6_vmpyhvsrs = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyhvsrs); in createMulQ15()
1927 auto V6_vmpyewuh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyewuh); in createMulQ31()
1929 ? HVC.HST.getIntrinsicId(Hexagon::V6_vmpyowh_rnd_sacc) in createMulQ31()
1930 : HVC.HST.getIntrinsicId(Hexagon::V6_vmpyowh_sacc); in createMulQ31()
1946 AddCarry = HVC.HST.getIntrinsicId(Hexagon::V6_vaddcarryo); in createAddCarry()
1948 AddCarry = HVC.HST.getIntrinsicId(Hexagon::V6_vaddcarry); in createAddCarry()
1971 auto V6_vandqrt = HVC.HST.getIntrinsicId(Hexagon::V6_vandqrt); in createAddCarry()
1990 V6_vmpyh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyhv); in createMul16()
[all …]
H A DHexagonSubtarget.h345 Intrinsic::ID getIntrinsicId(unsigned Opc) const;
H A DHexagonSubtarget.cpp727 Intrinsic::ID HexagonSubtarget::getIntrinsicId(unsigned Opc) const { in getIntrinsicId() function in HexagonSubtarget