Home
last modified time | relevance | path

Searched refs:OPD (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.h223 const ObjCProtocolDecl *OPD) = 0;
227 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
HDCGOpenMPRuntime.cpp1220 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-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrArithmetic.td102 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", []> {
HDM68kInstrInfo.td38 /* OPD */ SDTCisSameAs<0, 2>
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp1457 if (auto *OPD = dyn_cast<ObjCProtocolDecl>(this)) in getPrimaryContext() local
1458 if (auto *Def = OPD->getDefinition()) in getPrimaryContext()
/freebsd-head/contrib/one-true-awk/testdir/
HDfunstack.in20337 @Article{Morgan:1977:OPD,