Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h286 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DMipsISelLowering.cpp1191 bool MipsTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h155 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DHexagonISelLowering.cpp2138 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h457 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DRISCVISelLowering.cpp1845 bool RISCVTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1134 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DX86ISelLowering.cpp3247 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h752 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
797 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6811 if (!TLI.hasBitTest(Src, ShiftAmt)) in combineShiftAnd1ToBitTest()