Searched refs:IntrinsicOpcode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 834 const unsigned IntrinsicOpcode = Node->getConstantOperandVal(1); in trySelect() local 835 switch (IntrinsicOpcode) { in trySelect() 849 unsigned Op = (IntrinsicOpcode == Intrinsic::mips_ldr_d) ? Mips::LDR_D in trySelect() 903 const unsigned IntrinsicOpcode = Node->getConstantOperandVal(1); in trySelect() local 904 switch (IntrinsicOpcode) { in trySelect() 919 unsigned Op = (IntrinsicOpcode == Intrinsic::mips_str_d) ? Mips::STR_D in trySelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 16917 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs : in PerformVCVTCombine() local 16921 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), Op->getOperand(0), in PerformVCVTCombine() 17064 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfxs2fp : in PerformVDIVCombine() local 17068 DAG.getConstant(IntrinsicOpcode, dl, MVT::i32), in PerformVDIVCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 17385 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfp2fxs in performFpToIntCombine() local 17389 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), in performFpToIntCombine() 17460 unsigned IntrinsicOpcode = IsSigned ? Intrinsic::aarch64_neon_vcvtfxs2fp in performFDivCombine() local 17463 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
|