Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h815 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
4214 CombineLevel Level;
4220 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
4226 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel()
4288 CombineLevel Level) const { in isDesirableToCommuteWithShift()
H A DSelectionDAG.h593 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h741 CombineLevel Level) const override;
746 CombineLevel Level) const override;
H A DARMISelLowering.cpp13801 CombineLevel Level) const { in isDesirableToCommuteWithShift()
13864 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h751 CombineLevel Level) const override;
762 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp17490 CombineLevel Level) const { in isDesirableToCommuteWithShift()
17544 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h207 CombineLevel Level) const override;
H A DAMDGPUISelLowering.cpp1030 const SDNode* N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
1036 if (Level < CombineLevel::AfterLegalizeTypes || in isDesirableToCommuteWithShift()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h292 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1218 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h710 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp17654 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1158 CombineLevel Level) const override;
H A DX86ISelLowering.cpp3457 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp159 CombineLevel Level = BeforeLegalizeTypes;
847 void Run(CombineLevel AtLevel);
1726 void DAGCombiner::Run(CombineLevel AtLevel) { in Run()
12823 CombineLevel Level) { in tryToFoldExtendSelectLoad()
28701 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()