Home
last modified time | relevance | path

Searched defs:NM (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp334 NewArchiveMember NM, StringRef FileName, const Config &C) { in addArchiveMembers()
352 NewArchiveMember NM, StringRef FileName, const Config &C) { in addUniversalMembers()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFRegisters.cpp84 for (uint32_t M = 1, NM = RegMasks.size(); M <= NM; ++M) { in PhysicalRegisterInfo() local
/netbsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h183 ISO_RRIP_NM NM; member
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp491 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine); in mapping() local
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-spu.c440 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-spu.c440 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-spu.c452 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-spu.c440 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp335 ValueToNodeMap &NM) { in processGepInst()
408 ValueToNodeMap NM; in collect() local
H A DBitTracker.cpp1004 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub); in subst() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp807 NoMemInstr NM; in searchForward() local
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgp/
H A DMakefile115 NM = /usr/bin/nm -B macro
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A DMakefile115 NM = /usr/bin/nm -B macro
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h451 void setNameModifier(OpenMPDirectiveKind NM) { NameModifier = NM; } in setNameModifier()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4922 for (auto NM : AllowedNameModifiers) { in checkIfClauses() local
4950 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt]; in checkIfClauses() local