Home
last modified time | relevance | path

Searched refs:MatchSubset (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp52 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeatureWhitelist) == in areInlineCompatible() local
54 return MatchExact && MatchSubset; in areInlineCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4426 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local
4430 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()