Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDAGCombine.h15 enum CombineLevel { enum
DTargetLowering.h575 CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
3271 CombineLevel Level;
3277 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
3283 CombineLevel getDAGCombineLevel() { return Level; } in getDAGCombineLevel()
3345 CombineLevel Level) const { in isDesirableToCommuteWithShift()
DSelectionDAG.h510 void Combine(CombineLevel Level, AAResults *AA,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h136 CombineLevel Level) const override;
DRISCVISelLowering.cpp1035 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h626 CombineLevel Level) const override;
629 CombineLevel Level) const override;
DARMISelLowering.cpp11727 CombineLevel Level) const { in isDesirableToCommuteWithShift()
11762 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h288 CombineLevel Level) const override;
DMipsISelLowering.cpp1193 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h458 CombineLevel Level) const override;
DAArch64ISelLowering.cpp9577 CombineLevel Level) const { in isDesirableToCommuteWithShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h900 CombineLevel Level) const override;
DX86ISelLowering.cpp5272 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp132 CombineLevel Level;
694 void Run(CombineLevel AtLevel);
1401 void DAGCombiner::Run(CombineLevel AtLevel) { in Run()
21219 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine()