Searched refs:IDef (Results 1 – 4 of 4) sorted by relevance
160 struct IDef { struct161 IDef() = default;162 ~IDef() = default;
307 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local308 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()352 IdentifierInfo &IntrinsicII = PP.getIdentifierTable().get(IDef.BuiltinName); in CreateRVVIntrinsicDecl()
253 Record *IDef) : in CodeGenProcModel()254 Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef), in CodeGenProcModel()
7057 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local7058 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()7059 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()