Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1027 bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override { in shouldNormalizeToSelectSequence() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1321 bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override;
H A DAArch64ISelLowering.cpp26744 bool AArch64TargetLowering::shouldNormalizeToSelectSequence(LLVMContext &, in shouldNormalizeToSelectSequence() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2378 virtual bool shouldNormalizeToSelectSequence(LLVMContext &Context, in shouldNormalizeToSelectSequence() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11634 TLI.shouldNormalizeToSelectSequence(*DAG.getContext(), VT); in visitSELECT()