Home
last modified time | relevance | path

Searched refs:shouldSimplifyDemandedVectorElts (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h117 shouldSimplifyDemandedVectorElts(SDValue Op,
H A DWebAssemblyISelLowering.cpp910 bool WebAssemblyTargetLowering::shouldSimplifyDemandedVectorElts( in shouldSimplifyDemandedVectorElts() function in WebAssemblyTargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3682 shouldSimplifyDemandedVectorElts(SDValue Op, in shouldSimplifyDemandedVectorElts() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2800 if (!TLI.shouldSimplifyDemandedVectorElts(Op, TLO)) in SimplifyDemandedVectorElts()