Searched refs:ConvOpc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 92 unsigned ConvOpc = 0); 309 unsigned ConvOpc = 0; in convertToLogical() local 311 case SystemZ::AR: ConvOpc = SystemZ::ALR; break; in convertToLogical() 312 case SystemZ::ARK: ConvOpc = SystemZ::ALRK; break; in convertToLogical() 313 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break; in convertToLogical() 314 case SystemZ::AGRK: ConvOpc = SystemZ::ALGRK; break; in convertToLogical() 315 case SystemZ::A: ConvOpc = SystemZ::AL; break; in convertToLogical() 316 case SystemZ::AY: ConvOpc = SystemZ::ALY; break; in convertToLogical() 317 case SystemZ::AG: ConvOpc = SystemZ::ALG; break; in convertToLogical() 320 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8328 unsigned ConvOpc = Op.getOpcode() == ISD::STRICT_FP_EXTEND in lowerStrictFPExtendOrRoundLike() 8331 SDValue Res = DAG.getNode(ConvOpc, DL, DAG.getVTList(ContainerVT, MVT::Other), in lowerStrictFPExtendOrRoundLike() 8392 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike() 8395 Src = DAG.getNode(ConvOpc, DL, ContainerVT, Src, Mask, VL); in lowerVectorFPExtendOrRoundLike() 8408 DAG.getNode(ConvOpc, DL, ContainerVT, IntermediateConv, Mask, VL); in lowerVectorFPExtendOrRoundLike() 8326 unsigned ConvOpc = Op.getOpcode() == ISD::STRICT_FP_EXTEND lowerStrictFPExtendOrRoundLike() local 8390 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; lowerVectorFPExtendOrRoundLike() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8658 unsigned ConvOpc = IsSingle ? (IsSigned ? PPCISD::FCFIDS : PPCISD::FCFIDUS) in convertIntToFP() local 8664 return DAG.getNode(getPPCStrictOpcode(ConvOpc), dl, in convertIntToFP() 8667 return DAG.getNode(ConvOpc, dl, ConvTy, Src); in convertIntToFP()
|