Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h362 VMAND_VL, enumerator
H A DRISCVISelLowering.cpp6044 return RISCVISD::VMAND_VL; in getRISCVVLOp()
11080 DAG.getNode(RISCVISD::VMAND_VL, DL, MaskVT, OrderMask1, OrderMask2, VL); in lowerVectorStrictFSetcc()
11367 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Temp, Op2, VL); in lowerVPSetCCMaskOp()
11376 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Op1, Temp, VL); in lowerVPSetCCMaskOp()
20586 NODE_NAME_CASE(VMAND_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td377 def riscv_vmand_vl : SDNode<"RISCVISD::VMAND_VL", SDT_RISCVMaskBinOp_VL, [SDNPCommutative]>;