Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h214 XOR_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td81 def riscv_xor_vl : SDNode<"RISCVISD::XOR_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
H A DRISCVISelLowering.cpp4173 RISCVISD::XOR_VL); in LowerOperation()
4279 return lowerLogicVPOp(Op, DAG, RISCVISD::VMXOR_VL, RISCVISD::XOR_VL); in LowerOperation()
13395 NODE_NAME_CASE(XOR_VL) in getTargetNodeName()