Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h769 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
4083 CombineLevel Level;
4089 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
4095 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel()
4157 CombineLevel Level) const { in isDesirableToCommuteWithShift()
H A DSelectionDAG.h579 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h742 CombineLevel Level) const override;
747 CombineLevel Level) const override;
H A DARMISelLowering.cpp13796 CombineLevel Level) const { in isDesirableToCommuteWithShift()
13859 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h728 CombineLevel Level) const override;
739 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp16363 CombineLevel Level) const { in isDesirableToCommuteWithShift()
16417 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h207 CombineLevel Level) const override;
H A DAMDGPUISelLowering.cpp989 const SDNode* N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
995 if (Level < CombineLevel::AfterLegalizeTypes || in isDesirableToCommuteWithShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h288 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1202 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h651 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp16115 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1149 CombineLevel Level) const override;
H A DX86ISelLowering.cpp3346 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp155 CombineLevel Level = BeforeLegalizeTypes;
841 void Run(CombineLevel AtLevel);
1815 void DAGCombiner::Run(CombineLevel AtLevel) { in Run()
12677 CombineLevel Level) { in tryToFoldExtendSelectLoad()
28288 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()