Home
last modified time | relevance | path

Searched defs:RM (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
72 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel()
92 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine()
190 Optional<Reloc::Model> RM, in SparcV8TargetMachine()
200 Optional<Reloc::Model> RM, in SparcV9TargetMachine()
210 Optional<Reloc::Model> RM, in SparcelTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h972 opStatus add(const APFloat &RHS, roundingMode RM) { in add()
981 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract()
990 opStatus multiply(const APFloat &RHS, roundingMode RM) { in multiply()
999 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide()
1027 roundingMode RM) { in fusedMultiplyAdd()
1039 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral()
1108 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1116 roundingMode RM) { in convertFromAPInt()
1121 roundingMode RM) { in convertFromSignExtendedInteger()
1127 roundingMode RM) { in convertFromZeroExtendedInteger()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp100 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
114 Optional<Reloc::Model> RM, in MipsTargetMachine()
146 Optional<Reloc::Model> RM, in MipsebTargetMachine()
156 Optional<Reloc::Model> RM, in MipselTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp100 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
138 getEffectiveSystemZCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSystemZCodeModel()
155 Optional<Reloc::Model> RM, in SystemZTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel()
31 Optional<Reloc::Model> RM, in ARCTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
57 Optional<Reloc::Model> RM, in LanaiTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
43 Optional<Reloc::Model> RM, in MSP430TargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
47 Optional<Reloc::Model> RM, in XCoreTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp39 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
46 Optional<Reloc::Model> RM, in AVRTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setRelocationModel(Optional<Reloc::Model> RM) { in setRelocationModel()
153 Optional<Reloc::Model> RM; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.cpp63 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
82 Optional<Reloc::Model> RM, in VETargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp193 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
214 Optional<Reloc::Model> RM, in ARMBaseTargetMachine()
314 Optional<Reloc::Model> RM, in ARMLETargetMachine()
322 Optional<Reloc::Model> RM, in ARMBETargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp63 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
88 Optional<Reloc::Model> RM, in M68kTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFRegisters.cpp75 for (const uint32_t *RM : TRI.getRegMasks()) in PhysicalRegisterInfo() local
118 for (const uint32_t *RM : RegMasks) { in getAliasSet() local
128 for (const uint32_t *RM : RegMasks) { in getAliasSet() local
202 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { in aliasMM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp114 Optional<Reloc::Model> RM, in NVPTXTargetMachine()
141 Optional<Reloc::Model> RM, in NVPTXTargetMachine32()
151 Optional<Reloc::Model> RM, in NVPTXTargetMachine64()
/netbsd-src/lib/libcurses/EXAMPLES/
H A DMakefile29 RM = /bin/rm -f macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() local
172 Reloc::Model RM = getRelocationModel(); in getTLSModel() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp242 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
282 Optional<Reloc::Model> RM, in AArch64TargetMachine()
368 const TargetOptions &Options, Optional<Reloc::Model> RM, in AArch64leTargetMachine()
376 const TargetOptions &Options, Optional<Reloc::Model> RM, in AArch64beTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp53 Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
62 Optional<Reloc::Model> RM, in RISCVTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp60 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
67 Optional<Reloc::Model> RM, in BPFTargetMachine()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/projects/
H A DMakefile.am23 RM = rm -f macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h35 std::unique_ptr<ResourceManager> RM; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp4204 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp()
4289 roundingMode RM) { in addImpl()
4369 roundingMode RM) { in addWithSpecial()
4413 roundingMode RM) { in add()
4418 roundingMode RM) { in subtract()
4426 APFloat::roundingMode RM) { in multiply()
4512 APFloat::roundingMode RM) { in divide()
4541 APFloat::roundingMode RM) { in fusedMultiplyAdd()
4551 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral()
4657 roundingMode RM) { in convertFromString()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp189 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel()
218 Optional<Reloc::Model> RM, in HexagonTargetMachine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp84 MemRegionManager& RM = C.getStoreManager().getRegionManager(); in evalCall() local

1234