Home
last modified time | relevance | path

Searched refs:CombineLevel (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDAGCombine.h15 enum CombineLevel { enum
H A DTargetLowering.h733 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 DSelectionDAG.h575 void Combine(CombineLevel Level, AAResults *AA,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h731 CombineLevel Level) const override;
736 CombineLevel Level) const override;
H A DARMISelLowering.cpp13649 CombineLevel Level) const { in isDesirableToCommuteWithShift()
13712 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h674 CombineLevel Level) const override;
681 CombineLevel Level) const override;
H A DAArch64ISelLowering.cpp14931 CombineLevel Level) const { in isDesirableToCommuteWithShift()
14985 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h178 CombineLevel Level) const override;
H A DAMDGPUISelLowering.cpp906 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 DRISCVISelLowering.h499 CombineLevel Level) const override;
H A DRISCVISelLowering.cpp10643 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h290 CombineLevel Level) const override;
H A DMipsISelLowering.cpp1194 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1125 CombineLevel Level) const override;
H A DX86ISelLowering.cpp6078 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 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()