Searched refs:CombineLevel (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 714 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 D | SelectionDAG.h | 541 void Combine(CombineLevel Level, AAResults *AA,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 714 CombineLevel Level) const override; 717 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 12822 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 D | RISCVISelLowering.h | 390 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 5928 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 286 CombineLevel Level) const override;
|
| H A D | MipsISelLowering.cpp | 1192 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1034 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 5487 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 633 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 11826 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 146 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()
|