Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h290 bool hasBitTest(SDValue X, SDValue Y) const override;
HDMipsISelLowering.cpp1207 bool MipsTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in MipsTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h156 bool hasBitTest(SDValue X, SDValue Y) const override;
HDHexagonISelLowering.cpp2155 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h508 bool hasBitTest(SDValue X, SDValue Y) const override;
HDRISCVISelLowering.cpp1973 bool RISCVTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1139 bool hasBitTest(SDValue X, SDValue Y) const override;
HDX86ISelLowering.cpp3337 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h798 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
843 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp6815 if (!TLI.hasBitTest(Src, ShiftAmt)) in combineShiftAnd1ToBitTest()