Home
last modified time | relevance | path

Searched refs:AddrType (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineRelocation.h67 AddressType AddrType : 4; // The field of Target to use variable
91 Result.AddrType = isGV;
111 Result.AddrType = isIndirectSym;
128 Result.AddrType = isBB;
148 Result.AddrType = isExtSym;
167 Result.AddrType = isConstPool;
186 Result.AddrType = isJumpTable;
223 return AddrType == isGV; in isGlobalValue()
229 return AddrType == isIndirectSym; in isIndirectSymbol()
235 return AddrType == isBB; in isBasicBlock()
[all …]
/freebsd-9-stable/contrib/ofed/management/opensm/libvendor/
Dosm_vendor_umadt.c539 destAddr.AddrType.Smi.SourceLid = in osm_vendor_send()
542 destAddr.AddrType.Gsi.RemoteQpNumber = in osm_vendor_send()
544 destAddr.AddrType.Gsi.RemoteQkey = in osm_vendor_send()
546 destAddr.AddrType.Gsi.PKey = OSM_DEFAULT_PKEY; in osm_vendor_send()
547 destAddr.AddrType.Gsi.ServiceLevel = in osm_vendor_send()
549 destAddr.AddrType.Gsi.GlobalRoute = in osm_vendor_send()
952 pRecvCmp->AddressInfo.AddrType.Smi.SourceLid; in __mad_recv_processor()
956 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQpNumber; in __mad_recv_processor()
958 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQkey; in __mad_recv_processor()
961 pRecvCmp->AddressInfo.AddrType.Gsi.ServiceLevel; in __mad_recv_processor()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp498 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local
500 AddrType.addConst(); in CheckARMBuiltinExclusiveCall()
504 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall()
508 << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()
513 AddrType = Context.getPointerType(AddrType); in CheckARMBuiltinExclusiveCall()
514 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()