Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h271 const Record *IDef) in CodeGenProcModel()
272 : Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef) { in CodeGenProcModel()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp407 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local
408 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7375 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local
7376 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()
7377 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()