Searched refs:XVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrFormats.td | 235 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode, 238 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2), 242 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, SIT:$shcnt),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 13875 SDValue XVal = Src.getOperand(0); in performFP_TO_INTCombine() local 13888 XVal = convertToScalableVector(SrcContainerVT, XVal, DAG, Subtarget); in performFP_TO_INTCombine() 13902 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, VL); in performFP_TO_INTCombine() 13906 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, VL); in performFP_TO_INTCombine() 13910 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, in performFP_TO_INTCombine()
|