Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h115 shouldSimplifyDemandedVectorElts(SDValue Op,
H A DWebAssemblyISelLowering.cpp967 bool WebAssemblyTargetLowering::shouldSimplifyDemandedVectorElts( in shouldSimplifyDemandedVectorElts() function in WebAssemblyTargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4075 shouldSimplifyDemandedVectorElts(SDValue Op, in shouldSimplifyDemandedVectorElts() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3054 if (!TLI.shouldSimplifyDemandedVectorElts(Op, TLO)) in SimplifyDemandedVectorElts()