Home | History | Annotate | Download | only in TableGen

Lines Matching refs:II

210   if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
219 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
326 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) {
327 if (!isPowerOf2_32(II->getValue())) { // Don't bother with single bits.
336 AddMatcher(new CheckAndImmMatcher(II->getValue()));
338 AddMatcher(new CheckOrImmMatcher(II->getValue()));
615 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
616 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getType(0)));
689 CodeGenInstruction &II = CGT.getInstruction(Op);
690 return II.mayLoad || II.mayStore;
718 CodeGenInstruction &II = CGT.getInstruction(Op);
736 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
737 II.hasSideEffects))
760 unsigned NumFixedOperands = II.Operands.size();
774 Record *OperandNode = II.Operands[InstOpNo].Rec;
820 if (II.Operands.isVariadic) {
855 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
856 HandledReg = II.ImplicitDefs[0];
897 AddMatcher(new EmitNodeMatcher(II.Namespace+"::"+II.TheDef->getName(),
976 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());
978 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
979 HandledReg = II.ImplicitDefs[0];