Searched refs:OPD (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 223 const ObjCProtocolDecl *OPD) = 0; 227 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
|
H A D | CGOpenMPRuntime.cpp | 1220 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local 1221 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1222 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local 1223 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrArithmetic.td | 102 class MxBiArOp_R_RM<string MN, SDNode NODE, MxType TYPE, MxOperand OPD, ComplexPattern PAT, 104 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd), 582 MxOperand DST, MxOperand OPD> 583 : MxInst<(outs DST:$dst), (ins DST:$src, OPD:$opd), MN#"\t$opd, $dst", []> { 611 MxOperand DST, MxOperand OPD> 612 : MxInst<(outs DST:$dst), (ins DST:$src, OPD:$opd), MN#"\t$opd, $dst", []> {
|
H A D | M68kInstrInfo.td | 38 /* OPD */ SDTCisSameAs<0, 2>
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 1457 if (auto *OPD = dyn_cast<ObjCProtocolDecl>(this)) in getPrimaryContext() local 1458 if (auto *Def = OPD->getDefinition()) in getPrimaryContext()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 20337 @Article{Morgan:1977:OPD,
|