Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceRegisterDefs.cpp97 bool IsGeneric = MRI.getRegClassOrNull(RegPair.Reg) == nullptr; in removeDefsFromFunction() local
98 unsigned ImpDef = IsGeneric ? TargetOpcode::G_IMPLICIT_DEF in removeDefsFromFunction()
H A DReduceInstructionsMIR.cpp128 bool IsGeneric = MRI->getRegClassOrNull(Reg) == nullptr; in extractInstrFromFunction() local
129 unsigned ImpDef = IsGeneric ? TargetOpcode::G_IMPLICIT_DEF in extractInstrFromFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h420 bool IsGeneric, LambdaCaptureDefault CaptureDefault) in LambdaDefinitionData()
421 : DefinitionData(D), DependencyKind(DK), IsGenericLambda(IsGeneric), in LambdaDefinitionData()
558 unsigned DependencyKind, bool IsGeneric,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp149 unsigned DependencyKind, bool IsGeneric, in CreateLambda() argument
155 R, Info, DependencyKind, IsGeneric, CaptureDefault); in CreateLambda()