Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp92 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()
326 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical()
331 MI.setDesc(TII->get(ConvOpc)); in convertToLogical()
362 unsigned ConvOpc) { in adjustCCMasksForInstr() argument
365 int Opcode = (ConvOpc ? ConvOpc : MI.getOpcode()); in adjustCCMasksForInstr()
374 if (ConvOpc && !Desc.mayRaiseFPException()) in adjustCCMasksForInstr()
377 if (!ConvOpc && !MI.mayRaiseFPException()) in adjustCCMasksForInstr()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4440 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike() local
4443 Src = DAG.getNode(ConvOpc, DL, ContainerVT, Src, Mask, VL); in lowerVectorFPExtendOrRoundLike()
4456 DAG.getNode(ConvOpc, DL, ContainerVT, IntermediateConv, Mask, VL); in lowerVectorFPExtendOrRoundLike()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8380 unsigned ConvOpc = IsSingle ? (IsSigned ? PPCISD::FCFIDS : PPCISD::FCFIDUS) in convertIntToFP() local
8386 return DAG.getNode(getPPCStrictOpcode(ConvOpc), dl, in convertIntToFP()
8389 return DAG.getNode(ConvOpc, dl, ConvTy, Src); in convertIntToFP()