Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h56 llvm::RoundingMode RM) const { in toSemantics() argument
65 Floating toSemantics(const Floating &Other, llvm::RoundingMode RM) const { in toSemantics() argument
121 llvm::RoundingMode RM, in fromIntegral() argument
169 llvm::RoundingMode RM, Floating *R) { in add() argument
174 static APFloat::opStatus increment(const Floating &A, llvm::RoundingMode RM, in increment() argument
182 sub(const Floating & A,const Floating & B,llvm::RoundingMode RM,Floating * R) sub() argument
187 decrement(const Floating & A,llvm::RoundingMode RM,Floating * R) decrement() argument
195 mul(const Floating & A,const Floating & B,llvm::RoundingMode RM,Floating * R) mul() argument
201 div(const Floating & A,const Floating & B,llvm::RoundingMode RM,Floating * R) div() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp65 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
80 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
101 std::optional<Reloc::Model> RM, in SparcTargetMachine() argument
203 std::optional<Reloc::Model> RM, in SparcV8TargetMachine() argument
213 std::optional<Reloc::Model> RM, in SparcV9TargetMachine() argument
223 SparcelTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcelTargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp39 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
48 std::optional<Reloc::Model> RM, in XtensaTargetMachine() argument
62 std::optional<Reloc::Model> RM, in XtensaTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) { in isDefaultFPEnvironment()
77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1042 add(const APFloat & RHS,roundingMode RM) add() argument
1051 subtract(const APFloat & RHS,roundingMode RM) subtract() argument
1060 multiply(const APFloat & RHS,roundingMode RM) multiply() argument
1069 divide(const APFloat & RHS,roundingMode RM) divide() argument
1097 fusedMultiplyAdd(const APFloat & Multiplicand,const APFloat & Addend,roundingMode RM) fusedMultiplyAdd() argument
1109 roundToIntegral(roundingMode RM) roundToIntegral() argument
1186 convertToInteger(MutableArrayRef<integerPart> Input,unsigned int Width,bool IsSigned,roundingMode RM,bool * IsExact) convertToInteger() argument
1194 convertFromAPInt(const APInt & Input,bool IsSigned,roundingMode RM) convertFromAPInt() argument
1199 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument
1205 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
1286 convertToHexString(char * DST,unsigned int HexDigits,bool UpperCase,roundingMode RM) convertToHexString() argument
1361 scalbn(APFloat X,int Exp,APFloat::roundingMode RM) scalbn() argument
1373 frexp(const APFloat & X,int & Exp,APFloat::roundingMode RM) frexp() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp89 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
128 getEffectiveSystemZCodeModel(std::optional<CodeModel::Model> CM,Reloc::Model RM,bool JIT) getEffectiveSystemZCodeModel() argument
144 SystemZTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SystemZTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp110 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
124 std::optional<Reloc::Model> RM, in MipsTargetMachine() argument
153 std::optional<Reloc::Model> RM, in MipsebTargetMachine() argument
163 std::optional<Reloc::Model> RM, in MipselTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp25 static Reloc::Model getRelocModel(std::optional<Reloc::Model> RM) { in getRelocModel() argument
33 std::optional<Reloc::Model> RM, in ARCTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp32 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
44 std::optional<Reloc::Model> RM, in MSP430TargetMachine() argument
/freebsd-src/sys/contrib/openzfs/config/
H A Duser.m438 AC_SUBST(RM) subst
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp54 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
60 const TargetOptions &Options, std::optional<Reloc::Model> RM, in LanaiTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
48 std::optional<Reloc::Model> RM, in XCoreTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h84 JITTargetMachineBuilder &setRelocationModel(std::optional<Reloc::Model> RM) { in setRelocationModel()
151 std::optional<Reloc::Model> RM; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp42 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
49 std::optional<Reloc::Model> RM, in AVRTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp68 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
89 std::optional<Reloc::Model> RM, in VETargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp62 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
74 SPIRVTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SPIRVTargetMachine() argument
/freebsd-src/contrib/bsddialog/utility/
H A DGNUmakefile21 RM = rm -f macro
H A DMakefile22 RM = rm -f macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp201 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
222 std::optional<Reloc::Model> RM, in ARMBaseTargetMachine() argument
330 ARMLETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMLETargetMachine() argument
338 ARMBETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMBETargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp78 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
102 std::optional<Reloc::Model> RM, in M68kTargetMachine() argument
/freebsd-src/contrib/bsddialog/lib/
H A DGNUmakefile21 RM = rm -f macro
H A DMakefile24 RM = rm -f macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp54 getEffectiveRelocModel(const Triple & TT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
80 LoongArchTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) LoongArchTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp155 std::optional<Reloc::Model> RM, in NVPTXTargetMachine32() argument
165 std::optional<Reloc::Model> RM, in NVPTXTargetMachine64() argument
127 NVPTXTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool is64bit) NVPTXTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp62 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
69 std::optional<Reloc::Model> RM, in BPFTargetMachine() argument

1234