Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2047 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2049 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in SelectAndParts32()
2059 if (!ANDIVal) in SelectAndParts32()
2062 TotalVal = ANDIVal; in SelectAndParts32()
2065 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2143 SDValue ANDIVal, ANDISVal; in Select32() local
2145 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDI_rec, dl, MVT::i32, in Select32()
2154 if (!ANDIVal) in Select32()
2157 Res = ANDIVal; in Select32()
2160 ANDIVal, ANDISVal), 0); in Select32()
[all …]