Home
last modified time | relevance | path

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

1234

/llvm-project/clang/lib/AST/Interp/
H A DFloating.h
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp213 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV9TargetMachine() argument
65 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
80 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM,Reloc::Model RM,bool Is64Bit,bool JIT) getEffectiveSparcCodeModel() argument
101 SparcTargetMachine(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,bool is64bit) SparcTargetMachine() argument
203 SparcV8TargetMachine(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) SparcV8TargetMachine() 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...]
/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()
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp39 getEffectiveRelocModel(bool JIT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
48 XtensaTargetMachine(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,bool IsLittle) XtensaTargetMachine() argument
62 XtensaTargetMachine(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) XtensaTargetMachine() argument
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1086 add(const APFloat & RHS,roundingMode RM) add() argument
1095 subtract(const APFloat & RHS,roundingMode RM) subtract() argument
1104 multiply(const APFloat & RHS,roundingMode RM) multiply() argument
1113 divide(const APFloat & RHS,roundingMode RM) divide() argument
1141 fusedMultiplyAdd(const APFloat & Multiplicand,const APFloat & Addend,roundingMode RM) fusedMultiplyAdd() argument
1153 roundToIntegral(roundingMode RM) roundToIntegral() argument
1230 convertToInteger(MutableArrayRef<integerPart> Input,unsigned int Width,bool IsSigned,roundingMode RM,bool * IsExact) convertToInteger() argument
1238 convertFromAPInt(const APInt & Input,bool IsSigned,roundingMode RM) convertFromAPInt() argument
1243 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument
1249 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
1339 convertToHexString(char * DST,unsigned int HexDigits,bool UpperCase,roundingMode RM) convertToHexString() argument
1414 scalbn(APFloat X,int Exp,APFloat::roundingMode RM) scalbn() argument
1426 frexp(const APFloat & X,int & Exp,APFloat::roundingMode RM) frexp() argument
[all...]
/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
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp95 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
134 getEffectiveSystemZCodeModel(std::optional<CodeModel::Model> CM,Reloc::Model RM,bool JIT) getEffectiveSystemZCodeModel() argument
150 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
/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp110 getEffectiveRelocModel(bool JIT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
124 MipsTargetMachine(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,bool isLittle) MipsTargetMachine() argument
153 MipsebTargetMachine(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) MipsebTargetMachine() argument
163 MipselTargetMachine(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) MipselTargetMachine() argument
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp32 return RM.value_or(Reloc::Static); in getEffectiveRelocModel() argument
44 MSP430TargetMachine(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) MSP430TargetMachine() argument
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp54 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
60 LanaiTargetMachine(const Target & T,const Triple & TT,StringRef Cpu,StringRef FeatureString,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CodeModel,CodeGenOptLevel OptLevel,bool JIT) LanaiTargetMachine() argument
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.cpp73 IO &io, dsymutil::RelocationMap &RM) { in mapping()
82 IO &io, std::unique_ptr<dsymutil::RelocationMap> &RM) { in mapping()
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp29 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
48 XCoreTargetMachine(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) XCoreTargetMachine() argument
/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
/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp42 return RM.value_or(Reloc::Static); in getEffectiveRelocModel() argument
49 AVRTargetMachine(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) AVRTargetMachine() argument
/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
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp67 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
79 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
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp127 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
154 NVPTXTargetMachine32(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) NVPTXTargetMachine32() argument
164 NVPTXTargetMachine64(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) NVPTXTargetMachine64() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp201 getEffectiveRelocModel(const Triple & TT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
222 ARMBaseTargetMachine(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 isLittle) 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...]
/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp78 std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
102 M68kTargetMachine(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) M68kTargetMachine() argument
/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp62 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel() argument
69 BPFTargetMachine(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) BPFTargetMachine() argument
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp63 getEffectiveRelocModel(const Triple & TT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
89 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
/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp180 Reloc::Model RM = getRelocationModel(); shouldAssumeDSOLocal() local
240 Reloc::Model RM = getRelocationModel(); getTLSModel() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp305 getEffectiveRelocModel(const Triple & TT,std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
345 AArch64TargetMachine(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,bool LittleEndian) AArch64TargetMachine() argument
477 AArch64leTargetMachine(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) AArch64leTargetMachine() argument
485 AArch64beTargetMachine(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) AArch64beTargetMachine() argument
[all...]
/llvm-project/clang/unittests/StaticAnalyzer/
H A DCallDescriptionTest.cpp63 ResultMap &RM; member in clang::ento::__anon2762a0e60111::CallDescriptionConsumer
112 ResultMap &RM) in CallDescriptionConsumer()
124 ResultMap RM; member in clang::ento::__anon2762a0e60111::CallDescriptionAction
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp231 getEffectiveRelocModel(std::optional<Reloc::Model> RM) getEffectiveRelocModel() argument
263 HexagonTargetMachine(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) HexagonTargetMachine() argument

1234