Searched refs:hasBitTest (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 368 bool hasBitTest(SDValue X, SDValue Y) const override;
|
| H A D | RISCVISelLowering.cpp | 1239 bool RISCVTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in RISCVTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 288 bool hasBitTest(SDValue X, SDValue Y) const override;
|
| H A D | MipsISelLowering.cpp | 1183 bool MipsTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in MipsTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 155 bool hasBitTest(SDValue X, SDValue Y) const override;
|
| H A D | HexagonISelLowering.cpp | 2129 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1115 bool hasBitTest(SDValue X, SDValue Y) const override;
|
| H A D | X86ISelLowering.cpp | 6046 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 716 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 D | DAGCombiner.cpp | 6127 if (!TLI.hasBitTest(Src, ShiftAmt)) in combineShiftAnd1ToBitTest()
|