Searched refs:CombineLevel (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 745 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask() 3811 CombineLevel Level; 3817 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo() 3823 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel() 3885 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| H A D | SelectionDAG.h | 556 void Combine(CombineLevel Level, AAResults *AA,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 734 CombineLevel Level) const override; 739 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 13575 CombineLevel Level) const { in isDesirableToCommuteWithShift() 13638 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 658 CombineLevel Level) const override; 665 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 13652 CombineLevel Level) const { in isDesirableToCommuteWithShift() 13698 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 484 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 9383 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 290 CombineLevel Level) const override;
|
| H A D | MipsISelLowering.cpp | 1194 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1074 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 5956 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 144 CombineLevel Level = BeforeLegalizeTypes; 773 void Run(CombineLevel AtLevel); 1569 void DAGCombiner::Run(CombineLevel AtLevel) { in Run() 25011 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()
|