Searched refs:CombineLevel (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 769 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask() 4083 CombineLevel Level; 4089 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo() 4095 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel() 4157 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| H A D | SelectionDAG.h | 579 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 742 CombineLevel Level) const override; 747 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 13796 CombineLevel Level) const { in isDesirableToCommuteWithShift() 13859 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 728 CombineLevel Level) const override; 739 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 16363 CombineLevel Level) const { in isDesirableToCommuteWithShift() 16417 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 207 CombineLevel Level) const override;
|
| H A D | AMDGPUISelLowering.cpp | 989 const SDNode* N, CombineLevel Level) const { in isDesirableToCommuteWithShift() 995 if (Level < CombineLevel::AfterLegalizeTypes || in isDesirableToCommuteWithShift()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 288 CombineLevel Level) const override;
|
| H A D | MipsISelLowering.cpp | 1202 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 651 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 16115 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1149 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 3346 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 155 CombineLevel Level = BeforeLegalizeTypes; 841 void Run(CombineLevel AtLevel); 1815 void DAGCombiner::Run(CombineLevel AtLevel) { in Run() 12677 CombineLevel Level) { in tryToFoldExtendSelectLoad() 28288 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()
|