Searched refs:XVal (Results 1 – 2 of 2) sorted by relevance
| /src/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),
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 15318 SDValue XVal = Src.getOperand(0); in performFP_TO_INTCombine() local 15331 XVal = convertToScalableVector(SrcContainerVT, XVal, DAG, Subtarget); in performFP_TO_INTCombine() 15345 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, VL); in performFP_TO_INTCombine() 15349 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, VL); in performFP_TO_INTCombine() 15353 FpToInt = DAG.getNode(Opc, DL, ContainerVT, XVal, Mask, in performFP_TO_INTCombine()
|