Home
last modified time | relevance | path

Searched refs:IDef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp160 struct IDef { struct
161 IDef() = default;
162 ~IDef() = default;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp307 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local
308 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
352 IdentifierInfo &IntrinsicII = PP.getIdentifierTable().get(IDef.BuiltinName); in CreateRVVIntrinsicDecl()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h253 Record *IDef) : in CodeGenProcModel()
254 Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef), in CodeGenProcModel()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7057 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local
7058 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()
7059 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()