Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3066 struct TargetLoweringOpt { struct
3073 explicit TargetLoweringOpt(SelectionDAG &InDAG, in TargetLoweringOpt() argument
3077 bool LegalTypes() const { return LegalTys; } in LegalTypes()
3078 bool LegalOperations() const { return LegalOps; } in LegalOperations()
3080 bool CombineTo(SDValue O, SDValue N) { in CombineTo()