Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16802 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local
16806 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), Op->getOperand(0), in PerformVCVTCombine()
16909 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local
16913 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), in PerformVDIVCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15870 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfp2fxs in performFpToIntCombine() local
15874 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), in performFpToIntCombine()
15945 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfxs2fp in performFDivCombine() local
15948 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()