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.h611 bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override { in shouldNormalizeToSelectSequence() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h839 bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override;
H A DAArch64ISelLowering.cpp28306 bool AArch64TargetLowering::shouldNormalizeToSelectSequence(LLVMContext &, in shouldNormalizeToSelectSequence() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2452 virtual bool shouldNormalizeToSelectSequence(LLVMContext &Context, in shouldNormalizeToSelectSequence() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12212 TLI.shouldNormalizeToSelectSequence(*DAG.getContext(), VT); in visitSELECT()