Home
last modified time | relevance | path

Searched refs:hasBitTest (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h372 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DRISCVISelLowering.cpp1154 bool RISCVTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h288 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DMipsISelLowering.cpp1183 bool MipsTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in MipsTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h136 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DHexagonISelLowering.cpp2119 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1066 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DX86ISelLowering.cpp5928 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h728 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
773 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6045 if (!TLI.hasBitTest(Src, ShiftAmt)) in combineShiftAnd1ToBitTest()