Searched refs:CombineLevel (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DAGCombine.h | 15 enum CombineLevel { enum
|
| H A D | TargetLowering.h | 733 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask() 3930 CombineLevel Level; 3936 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo() 3942 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel() 4004 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| H A D | SelectionDAG.h | 575 void Combine(CombineLevel Level, AAResults *AA,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 731 CombineLevel Level) const override; 736 CombineLevel Level) const override;
|
| H A D | ARMISelLowering.cpp | 13649 CombineLevel Level) const { in isDesirableToCommuteWithShift() 13712 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 674 CombineLevel Level) const override; 681 CombineLevel Level) const override;
|
| H A D | AArch64ISelLowering.cpp | 14931 CombineLevel Level) const { in isDesirableToCommuteWithShift() 14985 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 178 CombineLevel Level) const override;
|
| H A D | AMDGPUISelLowering.cpp | 906 const SDNode* N, CombineLevel Level) const { in isDesirableToCommuteWithShift() 912 if (Level < CombineLevel::AfterLegalizeTypes || in isDesirableToCommuteWithShift()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 499 CombineLevel Level) const override;
|
| H A D | RISCVISelLowering.cpp | 10643 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 290 CombineLevel Level) const override;
|
| H A D | MipsISelLowering.cpp | 1194 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1125 CombineLevel Level) const override;
|
| H A D | X86ISelLowering.cpp | 6078 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 149 CombineLevel Level = BeforeLegalizeTypes; 790 void Run(CombineLevel AtLevel); 1584 void DAGCombiner::Run(CombineLevel AtLevel) { in Run() 26457 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()
|