Searched refs:IDef (Results 1 – 3 of 3) sorted by relevance
271 const Record *IDef) in CodeGenProcModel()272 : Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef) { in CodeGenProcModel()
407 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local408 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()451 if (IDef.RequiredExtensions != "") in CreateRVVIntrinsicDecl()453 TargetAttr::CreateImplicit(Context, IDef.RequiredExtensions)); in CreateRVVIntrinsicDecl()456 PP.getIdentifierTable().get("__builtin_rvv_" + IDef.BuiltinName); in CreateRVVIntrinsicDecl()
7375 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local7376 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()7377 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()