Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h343 VMAND_VL, enumerator
H A DRISCVISelLowering.cpp5641 return RISCVISD::VMAND_VL; in getRISCVVLOp()
10299 DAG.getNode(RISCVISD::VMAND_VL, DL, MaskVT, OrderMask1, OrderMask2, VL); in lowerVectorStrictFSetcc()
10586 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Temp, Op2, VL); in lowerVPSetCCMaskOp()
10595 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Op1, Temp, VL); in lowerVPSetCCMaskOp()
19000 NODE_NAME_CASE(VMAND_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td360 def riscv_vmand_vl : SDNode<"RISCVISD::VMAND_VL", SDT_RISCVMaskBinOp_VL, [SDNPCommutative]>;