Searched refs:CombineLevel (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 719 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 D | SelectionDAG.h | 541 void Combine(CombineLevel Level, AAResults *AA,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 729 CombineLevel Level) const override; 732 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 13152 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 D | RISCVISelLowering.h | 409 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 6365 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 634 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 12189 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1034 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 5484 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 146 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()
|