Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h243 VMXOR_VL, enumerator
DRISCVInstrInfoVVLPatterns.td195 def riscv_vmxor_vl : SDNode<"RISCVISD::VMXOR_VL", SDT_RISCVMaskBinOp_VL, [SDNPCommutative]>;
DRISCVISelLowering.cpp2563 return lowerFixedLengthVectorLogicOpToRVV(Op, DAG, RISCVISD::VMXOR_VL, in LowerOperation()
3776 Vec = DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Vec, Mask, VL); in lowerVectorMaskVECREDUCE()
8437 NODE_NAME_CASE(VMXOR_VL) in getTargetNodeName()