Searched refs:RM (Results 151 - 172 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure4832 : ${RM="rm -f"}
6791 $RM conftest*
6797 $RM conftest*
6843 $RM conftest*
7165 $RM conftest*
7216 $RM conftest*
7241 $RM -r conftest 2>/dev/null
7272 $RM conftest*
7275 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7276 $RM ou
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess1207 RM*:ReliantUNIX-*:*:*)
1210 RM*:SINIX-*:*:*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess1201 RM*:ReliantUNIX-*:*:*)
1204 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess1200 RM*:ReliantUNIX-*:*:*)
1203 RM*:SINIX-*:*:*)
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in799 $(RM) "$(DESTDIR)$(docdir)/changelog"
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess1196 RM*:ReliantUNIX-*:*:*)
1199 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess1196 RM*:ReliantUNIX-*:*:*)
1199 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/file/
H A Dconfig.guess1224 RM*:ReliantUNIX-*:*:*)
1227 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp765 llvm::Reloc::Model RM = CodeGenOpts.RelocationModel; local
771 Options, RM, CM, OptLevel));
H A DCodeGenModule.cpp833 llvm::Reloc::Model RM = CGOpts.RelocationModel; local
835 if (RM != llvm::Reloc::Static && !LOpts.PIE)
845 if (RM == llvm::Reloc::PIC_ && GV->hasExternalWeakLinkage())
857 (RM == llvm::Reloc::Static || CGOpts.PIECopyRelocations))
863 if (isa<llvm::Function>(GV) && !CGOpts.NoPLT && RM == llvm::Reloc::Static)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp267 for (unsigned PseudoReg : {PPC::ZERO, PPC::ZERO8, PPC::RM})
296 markSuperRegs(Reserved, PPC::RM);
H A DPPCFrameLowering.cpp1316 if (Reg == PPC::LR || Reg == PPC::LR8 || Reg == PPC::RM) continue;
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess1268 RM*:ReliantUNIX-*:*:*)
1271 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess1183 RM*:ReliantUNIX-*:*:*)
1186 RM*:SINIX-*:*:*)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1329 const uint32_t *RM = Op.getRegMask(); local
1331 if (!(RM[i/32] & (1u << (i%32))))
H A DMachineVerifier.cpp199 bool addRequired(const RegMap &RM) { argument
201 for (RegMap::const_iterator I = RM.begin(), E = RM.end(); I != E; ++I)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1077 Reloc::Model RM = HTM.getRelocationModel(); local
1079 if (RM == Reloc::Static) {
1108 Reloc::Model RM = HTM.getRelocationModel(); local
1109 if (RM == Reloc::Static) {
/freebsd-11-stable/crypto/openssl/apps/
H A DMakefile12 RM= rm -f macro
156 $(RM) $(EXE)
171 $(RM) $(PROGRAM).o
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp539 auto RM = llvm::StringSwitch<llvm::Optional<llvm::Reloc::Model>>(Value) local
547 if (RM.hasValue())
548 return *RM;
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c120 RM, enumerator in enum:__anon5463
121 RM_66r, /* RM, but with a required 0x66 prefix */
1800 /* [78] */ TNSy("vmread",RM), TNSy("vmwrite",MR), INVALID, INVALID,
1823 /* [C0] */ TNS("xaddb",XADDB), TS("xadd",RMw), TNSZ("cmpps",XMMOPM,16),TNS("movnti",RM),
4222 case RM:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3950 auto RM = cast<ConstantInt>(II->getArgOperand(3)); local
3953 RM->getZExtValue() != 0xF ||

Completed in 527 milliseconds

1234567