Searched refs:D1 (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c565 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
566 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp877 template <class D2, template <class D> class TD, class D1>
878 TD<D2> DynCast(TD<D1> source) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp793 unsigned D1 = std::distance(TB->begin(), ToI);
796 return D1+D2+D3;
H A DHexagonBitTracker.cpp1254 static const unsigned Phys64[] = { D0, D1, D2 };
H A DHexagonFrameLowering.cpp930 Hexagon::D0, Hexagon::D1, Hexagon::D8, Hexagon::D9,
H A DHexagonISelLowering.cpp276 .Case("r3:2", Hexagon::D1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp239 case D1:
H A DHexagonMCDuplexInfo.cpp679 case Hexagon::D1:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp81 SP::D0, SP::D16, SP::D1, SP::D17,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp149 Sparc::D0, Sparc::D1, Sparc::D2, Sparc::D3,
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4112 [](const DocumentationData &D1, const DocumentationData &D2) {
4113 return D1.Heading < D2.Heading;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp334 AArch64::D0, AArch64::D1, AArch64::D2, AArch64::D3, AArch64::D4,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2679 SDValue D1 = DAG.getSelectCC(DL, D0, SigSetHigh, One, Zero, ISD::SETNE); local
2680 D = DAG.getNode(ISD::OR, DL, MVT::i32, D, D1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp616 [](const decltype(NumOpsWantToKeepOrder)::value_type &D1,
618 return D1.second < D2.second;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6277 /// \param Result If no error occurred, receives the result of true if D1 is
6281 bool IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1,
6285 /// If D1 was not at least as constrained as D2, but would've been if a pair
6289 bool MaybeEmitAmbiguousAtomicConstraintsDiagnostic(NamedDecl *D1,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9993 if (const DeclRefExpr *D1 = dyn_cast_or_null<DeclRefExpr>(E1))
9995 return D1->getDecl() == D2->getDecl();
H A DSemaDeclCXX.cpp11216 IsEquivalentForUsingDecl(ASTContext &Context, NamedDecl *D1, NamedDecl *D2) {
11217 if (D1->getCanonicalDecl() == D2->getCanonicalDecl())
11220 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3015 { AArch64::D0, AArch64::D1, AArch64::D2, AArch64::D3, AArch64::D4,
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9293 \DeclareUnicodeCharacter{00D1}{\~N}
9461 \DeclareUnicodeCharacter{01D1}{\v{O}}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1316 ARM::D0, ARM::D1, ARM::D2, ARM::D3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3193 // D0 + 1 == F1, F1 + 1 == D1, F1 + 1 == F2, depending on the context.
3232 case Mips::D1: return Mips::F3;

Completed in 855 milliseconds

12