Searched refs:LDC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 399 const DeclContext *LDC = getLexicalDeclContext(); in isInLocalScopeForInstantiation() local 400 if (!LDC->isDependentContext()) in isInLocalScopeForInstantiation() 403 if (LDC->isFunctionOrMethod()) in isInLocalScopeForInstantiation() 405 if (!isa<TagDecl>(LDC)) in isInLocalScopeForInstantiation() 407 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation() 410 LDC = LDC->getLexicalParent(); in isInLocalScopeForInstantiation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
|
| H A D | ARMInstrInfo.td | 5600 defm LDC : LdStCop <1, 0, "ldc", [(int_arm_ldc timm:$cop, timm:$CRd, addrmode5:$addr)]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 645 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>;
|