Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1334 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
1336 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in SelectAndParts32()
1343 if (!ANDIVal) in SelectAndParts32()
1346 TotalVal = ANDIVal; in SelectAndParts32()
1349 ANDIVal, ANDISVal), 0); in SelectAndParts32()
1427 SDValue ANDIVal, ANDISVal; in Select32() local
1429 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in Select32()
1435 if (!ANDIVal) in Select32()
1438 Res = ANDIVal; in Select32()
1441 ANDIVal, ANDISVal), 0); in Select32()
[all …]