Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h119 shouldSimplifyDemandedVectorElts(SDValue Op,
H A DWebAssemblyISelLowering.cpp953 bool WebAssemblyTargetLowering::shouldSimplifyDemandedVectorElts( in shouldSimplifyDemandedVectorElts() function in WebAssemblyTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3944 shouldSimplifyDemandedVectorElts(SDValue Op, in shouldSimplifyDemandedVectorElts() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3016 if (!TLI.shouldSimplifyDemandedVectorElts(Op, TLO)) in SimplifyDemandedVectorElts()