Searched refs:IntrinsicOpcode (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7445 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local 7449 DAG.getConstant(IntrinsicOpcode, MVT::i32), N0, in PerformVCVTCombine() 7481 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local 7485 DAG.getConstant(IntrinsicOpcode, MVT::i32), in PerformVDIVCombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7742 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfp2fxs in performFpToIntCombine() local 7746 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), in performFpToIntCombine() 7812 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfxs2fp in performFDivCombine() local 7815 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8899 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfp2fxs in performFpToIntCombine() local 8903 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), in performFpToIntCombine() 8974 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfxs2fp in performFDivCombine() local 8977 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10425 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local 10429 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), Op->getOperand(0), in PerformVCVTCombine() 10489 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local 10493 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), in PerformVDIVCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12082 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local 12086 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), Op->getOperand(0), in PerformVCVTCombine() 12146 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local 12150 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), in PerformVDIVCombine()
|