Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h719 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
3527 CombineLevel Level;
3533 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
3539 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel()
3601 CombineLevel Level) const { in isDesirableToCommuteWithShift()
H A DSelectionDAG.h541 void Combine(CombineLevel Level, AAResults *AA,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h729 CombineLevel Level) const override;
732 CombineLevel Level) const override;
H A DARMISelLowering.cpp13152 CombineLevel Level) const { in isDesirableToCommuteWithShift()
13187 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h409 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp6365 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h286 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1192 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h634 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp12189 CombineLevel Level) const { in isDesirableToCommuteWithShift()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1034 CombineLevel Level) const override;
H A DX86ISelLowering.cpp5484 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp146 CombineLevel Level;
772 void Run(CombineLevel AtLevel);
1505 void DAGCombiner::Run(CombineLevel AtLevel) { in Run()
23432 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()