Home
last modified time | relevance | path

Searched refs:XVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td293 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode,
296 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2),
300 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, SIT:$shcnt),
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17656 SDValue XVal = Src.getOperand(0); in performFP_TO_INTCombine() local
17669 XVal = convertToScalableVector(SrcContainerVT, XVal, DAG, Subtarget); in performFP_TO_INTCombine()
17683 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, VL); in performFP_TO_INTCombine()
17687 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, in performFP_TO_INTCombine()