Home
last modified time | relevance | path

Searched refs:shouldExpandGetActiveLaneMask (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h503 bool shouldExpandGetActiveLaneMask(EVT VT, EVT OpVT) const override;
H A DAArch64TargetTransformInfo.cpp927 if (!getTLI()->shouldExpandGetActiveLaneMask(RetVT, OpVT) && in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp2138 bool AArch64TargetLowering::shouldExpandGetActiveLaneMask(EVT ResVT, in shouldExpandGetActiveLaneMask() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2469 if (!getTLI()->shouldExpandGetActiveLaneMask(ResVT, ArgVT)) in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h481 virtual bool shouldExpandGetActiveLaneMask(EVT VT, EVT OpVT) const { in shouldExpandGetActiveLaneMask() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8039 if (!TLI.shouldExpandGetActiveLaneMask(CCVT, ElementVT)) { in visitIntrinsicCall()