Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 205) sorted by relevance

123456789

/openbsd-src/gnu/lib/libreadline/doc/
H A DMakefile.in42 RM = rm -f
83 $(RM) $@
110 $(RM) $@
114 $(RM) $@
118 $(RM) $@
134 $(RM) hist.html
145 ${RM} $@
151 ${RM} $@
155 $(RM) *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
161 $(RM) $(INTERMEDIATE_OBJ)
[all …]
/openbsd-src/gnu/lib/libreadline/support/
H A Dshlib-install44 RM="rm -f"
50 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
61 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
100 ${echo} ${RM} ${INSTALLDIR}/$LINK2
106 ${echo} ${RM} ${INSTALLDIR}/$LINK1
114 ${echo} ${RM} ${INSTALLDIR}/$LINK1
125 ${echo} ${RM} ${INSTALLDIR}/$LINK1
131 ${echo} ${RM} ${INSTALLDIR}/$LINK2
137 ${echo} ${RM} ${INSTALLDIR}/$LINK1
146 ${echo} ${RM} ${INSTALLDIR}/$LINK1.sl
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h616 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
628 const APFloat &cc, roundingMode RM);
631 DoubleAPFloat &Out, roundingMode RM);
659 opStatus add(const DoubleAPFloat &RHS, roundingMode RM);
660 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM);
661 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM);
662 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
666 const DoubleAPFloat &Addend, roundingMode RM);
667 opStatus roundToIntegral(roundingMode RM);
688 unsigned int Width, bool IsSigned, roundingMode RM,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp66 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
67 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
81 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
93 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
102 std::optional<Reloc::Model> RM, in SparcTargetMachine() argument
107 getEffectiveRelocModel(RM), in SparcTargetMachine()
109 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
212 std::optional<Reloc::Model> RM, in SparcV8TargetMachine() argument
215 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
222 std::optional<Reloc::Model> RM, in SparcV9TargetMachine() argument
[all …]
H A DSparcTargetMachine.h32 std::optional<Reloc::Model> RM,
59 std::optional<Reloc::Model> RM,
72 std::optional<Reloc::Model> RM,
83 std::optional<Reloc::Model> RM,
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp41 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
42 if (!RM || JIT) in getEffectiveRelocModel()
44 return *RM; in getEffectiveRelocModel()
50 std::optional<Reloc::Model> RM, in XtensaTargetMachine() argument
55 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in XtensaTargetMachine()
64 std::optional<Reloc::Model> RM, in XtensaTargetMachine() argument
67 : XtensaTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in XtensaTargetMachine()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFPEnv.h65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) { in isDefaultFPEnvironment() argument
66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe() argument
78 return RM == QRM || RM == RoundingMode::Dynamic; in canRoundingModeBe()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dmakefile.vms107 $(RM) *.obj;
108 $(RM) *.exe;
109 $(RM) atof-targ.c;
110 $(RM) obj-format.c;
111 $(RM) obj-format.h;
112 $(RM) targ-env.h;
113 $(RM) targ-cpu.h;
114 $(RM) targ-cpu.c;
115 $(RM) config.status;
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp89 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
92 if (!RM || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
94 return *RM; in getEffectiveRelocModel()
128 Reloc::Model RM, bool JIT) { in getEffectiveSystemZCodeModel() argument
137 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
144 std::optional<Reloc::Model> RM, in SystemZTargetMachine() argument
149 getEffectiveRelocModel(RM), in SystemZTargetMachine()
150 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmakefile.vms70 $(RM) libbfd.olb;
71 $(RM) sysdep.h;
72 $(RM) bfd.h;
73 $(RM) targmatch.h;
74 $(RM) config.h;
75 $(RM) *.obj;
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmakefile.vms70 $(RM) libbfd.olb;
71 $(RM) sysdep.h;
72 $(RM) bfd.h;
73 $(RM) targmatch.h;
74 $(RM) config.h;
75 $(RM) *.obj;
/openbsd-src/gnu/lib/libreadline/examples/
H A DMakefile.in22 RM = rm -f
49 ${RM} $@
77 $(RM) $(OBJECTS)
78 $(RM) $(EXECUTABLES) *.exe
79 $(RM) rlfe.o rlfe
82 $(RM) Makefile
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp200 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
201 if (!RM) in getEffectiveRelocModel()
205 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
210 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel()
213 return *RM; in getEffectiveRelocModel()
221 std::optional<Reloc::Model> RM, in ARMBaseTargetMachine() argument
225 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine()
328 std::optional<Reloc::Model> RM, in ARMLETargetMachine() argument
331 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine()
336 std::optional<Reloc::Model> RM, in ARMBETargetMachine() argument
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setRelocationModel(std::optional<Reloc::Model> RM) { in setRelocationModel() argument
87 this->RM = std::move(RM); in setRelocationModel()
92 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel()
153 std::optional<Reloc::Model> RM; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp103 std::optional<Reloc::Model> RM; in LLVMCreateTargetMachine() local
106 RM = Reloc::Static; in LLVMCreateTargetMachine()
109 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
112 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
115 RM = Reloc::ROPI; in LLVMCreateTargetMachine()
118 RM = Reloc::RWPI; in LLVMCreateTargetMachine()
121 RM = Reloc::ROPI_RWPI; in LLVMCreateTargetMachine()
147 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM, in LLVMCreateTargetMachine()
H A DTargetMachine.cpp68 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel()
91 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() local
136 if (RM == Reloc::Static) in shouldAssumeDSOLocal()
156 Reloc::Model RM = getRelocationModel(); in getTLSModel() local
157 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp111 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
112 if (!RM || JIT) in getEffectiveRelocModel()
114 return *RM; in getEffectiveRelocModel()
125 std::optional<Reloc::Model> RM, in MipsTargetMachine() argument
130 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
154 std::optional<Reloc::Model> RM, in MipsebTargetMachine() argument
157 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
164 std::optional<Reloc::Model> RM, in MipselTargetMachine() argument
167 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp56 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
57 if (!RM) in getEffectiveRelocModel()
59 return *RM; in getEffectiveRelocModel()
68 std::optional<Reloc::Model> RM, in SPIRVTargetMachine() argument
72 getEffectiveRelocModel(RM), in SPIRVTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFRegisters.cpp75 for (const uint32_t *RM : TRI.getRegMasks()) in PhysicalRegisterInfo() local
76 RegMasks.insert(RM); in PhysicalRegisterInfo()
118 for (const uint32_t *RM : RegMasks) { in getAliasSet() local
119 RegisterId MI = getRegMaskId(RM); in getAliasSet()
128 for (const uint32_t *RM : RegMasks) { in getAliasSet() local
129 RegisterId MI = getRegMaskId(RM); in getAliasSet()
167 bool PhysicalRegisterInfo::aliasRM(RegisterRef RR, RegisterRef RM) const { in aliasRM()
168 assert(Register::isPhysicalRegister(RR.Reg) && isRegMaskId(RM.Reg)); in aliasRM()
169 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM()
202 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { in aliasMM() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp33 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
34 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
45 std::optional<Reloc::Model> RM, in MSP430TargetMachine() argument
49 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp54 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
55 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel()
60 const TargetOptions &Options, std::optional<Reloc::Model> RM, in LanaiTargetMachine() argument
64 getEffectiveRelocModel(RM), in LanaiTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp25 static Reloc::Model getRelocModel(std::optional<Reloc::Model> RM) { in getRelocModel() argument
26 return RM.value_or(Reloc::Static); in getRelocModel()
33 std::optional<Reloc::Model> RM, in ARCTargetMachine() argument
39 TT, CPU, FS, Options, getRelocModel(RM), in ARCTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp76 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
78 if (!RM.has_value()) in getEffectiveRelocModel()
81 return *RM; in getEffectiveRelocModel()
100 std::optional<Reloc::Model> RM, in M68kTargetMachine() argument
104 Options, getEffectiveRelocModel(TT, RM), in M68kTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp43 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
44 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
50 std::optional<Reloc::Model> RM, in AVRTargetMachine() argument
54 getEffectiveRelocModel(RM), in AVRTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
30 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
48 std::optional<Reloc::Model> RM, in XCoreTargetMachine() argument
53 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in XCoreTargetMachine()

123456789