Searched refs:ConvOpc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 89 unsigned ConvOpc = 0); 315 unsigned ConvOpc = 0; in convertToLogical() local 317 case SystemZ::AR: ConvOpc = SystemZ::ALR; break; in convertToLogical() 318 case SystemZ::ARK: ConvOpc = SystemZ::ALRK; break; in convertToLogical() 319 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break; in convertToLogical() 320 case SystemZ::AGRK: ConvOpc = SystemZ::ALGRK; break; in convertToLogical() 321 case SystemZ::A: ConvOpc = SystemZ::AL; break; in convertToLogical() 322 case SystemZ::AY: ConvOpc = SystemZ::ALY; break; in convertToLogical() 323 case SystemZ::AG: ConvOpc = SystemZ::ALG; break; in convertToLogical() 326 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9807 unsigned ConvOpc = Op.getOpcode() == ISD::STRICT_FP_EXTEND in lowerStrictFPExtendOrRoundLike() local 9810 SDValue Res = DAG.getNode(ConvOpc, DL, DAG.getVTList(ContainerVT, MVT::Other), in lowerStrictFPExtendOrRoundLike() 9875 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike() local 9878 Src = DAG.getNode(ConvOpc, DL, ContainerVT, Src, Mask, VL); in lowerVectorFPExtendOrRoundLike() 9891 DAG.getNode(ConvOpc, DL, ContainerVT, IntermediateConv, Mask, VL); in lowerVectorFPExtendOrRoundLike()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8702 unsigned ConvOpc = IsSingle ? (IsSigned ? PPCISD::FCFIDS : PPCISD::FCFIDUS) in convertIntToFP() local 8708 return DAG.getNode(getPPCStrictOpcode(ConvOpc), dl, in convertIntToFP() 8711 return DAG.getNode(ConvOpc, dl, ConvTy, Src); in convertIntToFP()
|