Searched refs:getIntrinsicId (Results 1 – 3 of 3) sorted by relevance
1500 auto V6_vmpyhvsrs = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyhvsrs); in createMulQ15()1515 auto V6_vmpyewuh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyewuh); in createMulQ31()1517 ? HVC.HST.getIntrinsicId(Hexagon::V6_vmpyowh_rnd_sacc) in createMulQ31()1518 : HVC.HST.getIntrinsicId(Hexagon::V6_vmpyowh_sacc); in createMulQ31()1534 AddCarry = HVC.HST.getIntrinsicId(Hexagon::V6_vaddcarryo); in createAddCarry()1536 AddCarry = HVC.HST.getIntrinsicId(Hexagon::V6_vaddcarry); in createAddCarry()1559 auto V6_vandqrt = HVC.HST.getIntrinsicId(Hexagon::V6_vandqrt); in createAddCarry()1578 V6_vmpyh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyhv); in createMul16()1581 V6_vmpyh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyhus); in createMul16()1583 V6_vmpyh = HVC.HST.getIntrinsicId(Hexagon::V6_vmpyuhv); in createMul16()[all …]
344 Intrinsic::ID getIntrinsicId(unsigned Opc) const;
731 Intrinsic::ID HexagonSubtarget::getIntrinsicId(unsigned Opc) const { in getIntrinsicId() function in HexagonSubtarget