Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h714 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
3500 CombineLevel Level;
3506 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
3512 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel()
3574 CombineLevel Level) const { in isDesirableToCommuteWithShift()
H A DSelectionDAG.h541 void Combine(CombineLevel Level, AAResults *AA,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h714 CombineLevel Level) const override;
717 CombineLevel Level) const override;
H A DARMISelLowering.cpp12822 CombineLevel Level) const { in isDesirableToCommuteWithShift()
12857 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h390 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp5928 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h286 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1192 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1034 CombineLevel Level) const override;
H A DX86ISelLowering.cpp5487 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h633 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp11826 CombineLevel Level) const { in isDesirableToCommuteWithShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp146 CombineLevel Level;
770 void Run(CombineLevel AtLevel);
1503 void DAGCombiner::Run(CombineLevel AtLevel) { in Run()
23149 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()