Home
last modified time | relevance | path

Searched defs:CombineResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOp.h109 enum class CombineResult { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9276 struct CombineResult { struct
9278 unsigned TargetOpcode;
9281 std::optional<bool> SExtLHS;
9282 std::optional<bool> SExtRHS;
9284 SDNode *Root;
9286 NodeExtensionHelper LHS;
9288 NodeExtensionHelper RHS;
9290 CombineResult(unsigned TargetOpcode, SDNode *Root, in CombineResult() function
9299 SDValue materialize(SelectionDAG &DAG) const { in materialize()