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/ |
D | DAGCombine.h | 15 enum CombineLevel { enum
|
D | TargetLowering.h | 575 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()
|
D | SelectionDAG.h | 510 void Combine(CombineLevel Level, AAResults *AA,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 136 CombineLevel Level) const override;
|
D | RISCVISelLowering.cpp | 1035 const SDNode *N, CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 626 CombineLevel Level) const override; 629 CombineLevel Level) const override;
|
D | ARMISelLowering.cpp | 11727 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/ |
D | MipsISelLowering.h | 288 CombineLevel Level) const override;
|
D | MipsISelLowering.cpp | 1193 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 458 CombineLevel Level) const override;
|
D | AArch64ISelLowering.cpp | 9577 CombineLevel Level) const { in isDesirableToCommuteWithShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 900 CombineLevel Level) const override;
|
D | X86ISelLowering.cpp | 5272 const SDNode *N, CombineLevel Level) const { in shouldFoldConstantShiftPairToMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 132 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()
|