Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDInstrInfoEmitter.cpp109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo() local
110 OperandList.back().Rec = OpR; in GetOperandInfo()
115 Record *OpR = OperandList[j].Rec; in GetOperandInfo() local
118 if (OpR->isSubClassOf("RegisterOperand")) in GetOperandInfo()
119 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()
120 if (OpR->isSubClassOf("RegisterClass")) in GetOperandInfo()
121 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo()
122 else if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()
123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
132 if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp970 Value *OpR = InstR->getOperand(i); in compare() local
971 if (int Res = cmpValues(OpL, OpR)) in compare()
973 if (int Res = cmpNumbers(OpL->getValueID(), OpR->getValueID())) in compare()
976 if (int Res = cmpTypes(OpL->getType(), OpR->getType())) in compare()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeIntegerTypes.cpp918 SDValue OpR = GetPromotedInteger(NewRHS); in PromoteSetCCOperands() local
926 OpR->getOpcode() == ISD::AssertSext && in PromoteSetCCOperands()
927 cast<VTSDNode>(OpR->getOperand(1))->getVT() == NewRHS.getValueType()) { in PromoteSetCCOperands()
929 NewRHS = OpR; in PromoteSetCCOperands()