Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1038 bool shouldFoldSelectWithSingleBitTest(EVT VT,
H A DRISCVISelLowering.cpp22031 bool RISCVTargetLowering::shouldFoldSelectWithSingleBitTest( in shouldFoldSelectWithSingleBitTest()
22035 return TargetLowering::shouldFoldSelectWithSingleBitTest(VT, AndMask); in getMinimumJumpTableEntries()
22028 bool RISCVTargetLowering::shouldFoldSelectWithSingleBitTest( shouldFoldSelectWithSingleBitTest() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3378 virtual bool shouldFoldSelectWithSingleBitTest(EVT VT, in shouldFoldSelectWithSingleBitTest() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27703 if (TLI.shouldFoldSelectWithSingleBitTest(VT, AndMask)) { in SimplifySelectCC()