Searched refs:CombineLevel (Results 1 – 16 of 16) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 815 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask() 4214 CombineLevel Level; 4220 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo() 4226 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel() 4288 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| H A D | SelectionDAG.h | 593 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 741 CombineLevel Level) const override; 746 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 13801 CombineLevel Level) const { in isDesirableToCommuteWithShift() 13864 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 751 CombineLevel Level) const override; 762 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 17490 CombineLevel Level) const { in isDesirableToCommuteWithShift() 17544 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 207 CombineLevel Level) const override;
|
| H A D | AMDGPUISelLowering.cpp | 1030 const SDNode* N, CombineLevel Level) const { in isDesirableToCommuteWithShift() 1036 if (Level < CombineLevel::AfterLegalizeTypes || in isDesirableToCommuteWithShift()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 292 CombineLevel Level) const override;
|
| H A D | MipsISelLowering.cpp | 1218 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 710 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 17654 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1158 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 3457 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 159 CombineLevel Level = BeforeLegalizeTypes; 847 void Run(CombineLevel AtLevel); 1726 void DAGCombiner::Run(CombineLevel AtLevel) { in Run() 12823 CombineLevel Level) { in tryToFoldExtendSelectLoad() 28701 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()
|