Searched refs:OldShiftOpcode (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 375 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
|
| H A D | RISCVISelLowering.cpp | 1194 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument 1201 if (XC && OldShiftOpcode == ISD::SRL && XC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 778 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
|
| H A D | AArch64ISelLowering.cpp | 20703 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument 20707 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1070 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
|
| H A D | X86ISelLowering.cpp | 5935 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument 5939 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 771 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument 779 if (OldShiftOpcode == ISD::SHL && CC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3861 unsigned OldShiftOpcode = V.getOpcode(); in optimizeSetCCByHoistingAndByConstFromLogicalShift() local 3862 switch (OldShiftOpcode) { in optimizeSetCCByHoistingAndByConstFromLogicalShift() 3884 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG); in optimizeSetCCByHoistingAndByConstFromLogicalShift()
|