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.h259 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp417 RVVIntrinsicDef &IDef = IntrinsicList[Index]; in CreateRVVIntrinsicDecl() local
418 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
463 PP.getIdentifierTable().get("__builtin_rvv_" + IDef.BuiltinName); in CreateRVVIntrinsicDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7362 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() local
7363 if (!IDef.isMachineOpcode() || in PeepholePPC64ZExt()
7364 IDef.getMachineOpcode() != TargetOpcode::IMPLICIT_DEF) in PeepholePPC64ZExt()