Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h718 bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override;
H A DAArch64ISelLowering.cpp11706 bool AArch64TargetLowering::shouldNormalizeToSelectSequence(LLVMContext &, in shouldNormalizeToSelectSequence() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1752 virtual bool shouldNormalizeToSelectSequence(LLVMContext &Context, in shouldNormalizeToSelectSequence() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7410 TLI.shouldNormalizeToSelectSequence(*DAG.getContext(), VT); in visitSELECT()