Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h368 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DRISCVISelLowering.cpp1239 bool RISCVTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h155 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DHexagonISelLowering.cpp2129 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1115 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DX86ISelLowering.cpp6046 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h716 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
761 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6127 if (!TLI.hasBitTest(Src, ShiftAmt)) in combineShiftAnd1ToBitTest()