Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2243 ANDISVal = in SelectAndParts32()
2250 TotalVal = ANDISVal; in SelectAndParts32()
2251 else if (!ANDISVal) in SelectAndParts32()
2339 ANDISVal = in Select32()
2345 Res = ANDISVal; in Select32()
2346 else if (!ANDISVal) in Select32()
2623 ANDISVal = in SelectAndParts64()
2631 else if (!ANDISVal) in SelectAndParts64()
2773 ANDISVal = in Select64()
2780 Res = ANDISVal; in Select64()
[all …]