Searched refs:AND_VL (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 179 AND_VL, enumerator
|
H A D | RISCVISelLowering.cpp | 2351 RISCVISD::AND_VL); in LowerOperation() 2429 return lowerVPOp(Op, DAG, RISCVISD::AND_VL); in LowerOperation() 3089 DAG.getNode(RISCVISD::AND_VL, DL, ContainerVT, Src, SplatOne, Mask, VL); in lowerVectorMaskTrunc() 7955 NODE_NAME_CASE(AND_VL) in getTargetNodeName()
|
H A D | RISCVInstrInfoVVLPatterns.td | 78 def riscv_and_vl : SDNode<"RISCVISD::AND_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
|