Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h222 OR_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td70 def riscv_or_vl : SDNode<"RISCVISD::OR_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
H A DRISCVISelLowering.cpp3527 RISCVISD::OR_VL); in LowerOperation()
3626 return lowerLogicVPOp(Op, DAG, RISCVISD::VMOR_VL, RISCVISD::OR_VL); in LowerOperation()
11689 NODE_NAME_CASE(OR_VL) in getTargetNodeName()