/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 66 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 81 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() 102 std::optional<Reloc::Model> RM, in SparcTargetMachine() 212 std::optional<Reloc::Model> RM, in SparcV8TargetMachine() 222 std::optional<Reloc::Model> RM, in SparcV9TargetMachine() 232 std::optional<Reloc::Model> RM, in SparcelTargetMachine()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 984 opStatus add(const APFloat &RHS, roundingMode RM) { in add() 993 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() 1002 opStatus multiply(const APFloat &RHS, roundingMode RM) { in multiply() 1011 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide() 1039 roundingMode RM) { in fusedMultiplyAdd() 1051 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() 1128 roundingMode RM) { in convertFromAPInt() 1133 roundingMode RM) { in convertFromSignExtendedInteger() 1139 roundingMode RM) { in convertFromZeroExtendedInteger() 1220 bool UpperCase, roundingMode RM) const { in convertToHexString() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 41 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 50 std::optional<Reloc::Model> RM, in XtensaTargetMachine() 64 std::optional<Reloc::Model> RM, in XtensaTargetMachine()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | FPEnv.h | 65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) { in isDefaultFPEnvironment() 77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 111 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 125 std::optional<Reloc::Model> RM, in MipsTargetMachine() 154 std::optional<Reloc::Model> RM, in MipsebTargetMachine() 164 std::optional<Reloc::Model> RM, in MipselTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 89 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 128 Reloc::Model RM, bool JIT) { in getEffectiveSystemZCodeModel() 144 std::optional<Reloc::Model> RM, in SystemZTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 200 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 221 std::optional<Reloc::Model> RM, in ARMBaseTargetMachine() 328 std::optional<Reloc::Model> RM, in ARMLETargetMachine() 336 std::optional<Reloc::Model> RM, in ARMBETargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.cpp | 25 static Reloc::Model getRelocModel(std::optional<Reloc::Model> RM) { in getRelocModel() 33 std::optional<Reloc::Model> RM, in ARCTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 33 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 45 std::optional<Reloc::Model> RM, in MSP430TargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.cpp | 54 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 60 const TargetOptions &Options, std::optional<Reloc::Model> RM, in LanaiTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.cpp | 29 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 48 std::optional<Reloc::Model> RM, in XCoreTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 75 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 86 JITTargetMachineBuilder &setRelocationModel(std::optional<Reloc::Model> RM) { in setRelocationModel() 153 std::optional<Reloc::Model> RM; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.cpp | 43 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 50 std::optional<Reloc::Model> RM, in AVRTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 117 std::optional<Reloc::Model> RM, in NVPTXTargetMachine() 145 std::optional<Reloc::Model> RM, in NVPTXTargetMachine32() 155 std::optional<Reloc::Model> RM, in NVPTXTargetMachine64()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VETargetMachine.cpp | 68 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 89 std::optional<Reloc::Model> RM, in VETargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetMachine.cpp | 56 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 68 std::optional<Reloc::Model> RM, in SPIRVTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.cpp | 62 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 69 std::optional<Reloc::Model> RM, in BPFTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchTargetMachine.cpp | 45 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 51 const TargetOptions &Options, std::optional<Reloc::Model> RM, in LoongArchTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 279 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 319 std::optional<Reloc::Model> RM, in AArch64TargetMachine() 450 const TargetOptions &Options, std::optional<Reloc::Model> RM, in AArch64leTargetMachine() 458 const TargetOptions &Options, std::optional<Reloc::Model> RM, in AArch64beTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 91 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() local 156 Reloc::Model RM = getRelocationModel(); in getTLSModel() local
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.cpp | 76 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 100 std::optional<Reloc::Model> RM, in M68kTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APFloat.cpp | 4572 roundingMode RM) { in addImpl() 4652 roundingMode RM) { in addWithSpecial() 4696 roundingMode RM) { in add() 4701 roundingMode RM) { in subtract() 4709 APFloat::roundingMode RM) { in multiply() 4795 APFloat::roundingMode RM) { in divide() 4824 APFloat::roundingMode RM) { in fusedMultiplyAdd() 4967 roundingMode RM) { in convertFromAPInt() 5064 APFloat::roundingMode RM) { in scalbn() 5071 APFloat::roundingMode RM) { in frexp() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 197 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 228 std::optional<Reloc::Model> RM, in HexagonTargetMachine()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 95 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() 102 std::optional<Reloc::Model> RM, in RISCVTargetMachine()
|