Searched refs:ANDIVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1277 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local 1279 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in SelectAndParts32() 1286 if (!ANDIVal) in SelectAndParts32() 1289 TotalVal = ANDIVal; in SelectAndParts32() 1292 ANDIVal, ANDISVal), 0); in SelectAndParts32() 1372 SDValue ANDIVal, ANDISVal; in Select32() local 1374 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in Select32() 1380 if (!ANDIVal) in Select32() 1383 Res = ANDIVal; in Select32() 1386 ANDIVal, ANDISVal), 0); in Select32() [all …]
|