Searched refs:IDef (Results 1 – 3 of 3) sorted by relevance
259 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, Record *IDef) in CodeGenProcModel()260 : Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef), in CodeGenProcModel()
417 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local418 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()463 PP.getIdentifierTable().get("__builtin_rvv_" + IDef.BuiltinName); in CreateRVVIntrinsicDecl()
7362 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local7363 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()7364 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()