Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp409 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local
410 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
454 IdentifierInfo &IntrinsicII = PP.getIdentifierTable().get(IDef.BuiltinName); in CreateRVVIntrinsicDecl()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h259 Record *IDef) : in CodeGenProcModel()
260 Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef), in CodeGenProcModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7351 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local
7352 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()
7353 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()