Home
last modified time | relevance | path

Searched refs:CombineLevel (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h745 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 DSelectionDAG.h556 void Combine(CombineLevel Level, AAResults *AA,
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h734 CombineLevel Level) const override;
739 CombineLevel Level) const override;
H A DARMISelLowering.cpp13575 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 DAArch64ISelLowering.h658 CombineLevel Level) const override;
665 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp13652 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 DRISCVISelLowering.h484 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp9383 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h290 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1194 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1074 CombineLevel Level) const override;
H A DX86ISelLowering.cpp5956 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp144 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()