Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp836 const unsigned IntrinsicOpcode = in trySelect() local
838 switch (IntrinsicOpcode) { in trySelect()
852 unsigned Op = (IntrinsicOpcode == Intrinsic::mips_ldr_d) ? Mips::LDR_D in trySelect()
906 const unsigned IntrinsicOpcode = in trySelect() local
908 switch (IntrinsicOpcode) { in trySelect()
923 unsigned Op = (IntrinsicOpcode == Intrinsic::mips_str_d) ? Mips::STR_D in trySelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12455 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfp2fxs in performFpToIntCombine() local
12459 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), in performFpToIntCombine()
12530 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfxs2fp in performFDivCombine() local
12533 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15486 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local
15490 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), Op->getOperand(0), in PerformVCVTCombine()
15550 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local
15554 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), in PerformVDIVCombine()