Searched defs:RM (Results 1 - 25 of 96) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) { argument
19 RelocationModel = RM;
/external/libyuv/files/
H A Dwinarm.mk11 RM=cmd /c del macro
45 $(RM) "source\*.o" libyuv_arm.lib
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp90 Reloc::Model RM, CodeModel::Model CM,
93 T.adjustCodeGenOpts(TT, RM, CM);
94 this->RM = RM;
86 LLVMTargetMachine(const Target &T, StringRef DataLayoutString, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp50 Optional<Reloc::Model> RM) {
51 if (!RM.hasValue())
53 return *RM;
59 Optional<Reloc::Model> RM,
63 FeatureString, Options, getEffectiveRelocModel(TT, RM),
49 getEffectiveRelocModel(const Triple &TT, Optional<Reloc::Model> RM) argument
56 LanaiTargetMachine(const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional<Reloc::Model> RM, CodeModel::Model CodeModel, CodeGenOpt::Level OptLevel) argument
/external/mesa3d/src/glx/apple/
H A DMakefile17 RM=rm macro
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DTargetSelect.cpp33 Reloc::Model RM,
90 RM, CM);
29 selectTarget(Module *Mod, StringRef MArch, StringRef MCPU, const SmallVectorImpl<std::string>& MAttrs, Reloc::Model RM, CodeModel::Model CM, std::string *ErrorStr) argument
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaTargetMachine.cpp27 Reloc::Model RM, CodeModel::Model CM)
28 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
25 AlphaTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
H A DAlphaMCTargetDesc.cpp53 static MCCodeGenInfo *createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinTargetMachine.cpp28 Reloc::Model RM,
30 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
24 BlackfinTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
H A DBlackfinMCTargetDesc.cpp54 static MCCodeGenInfo *createBlackfinMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
57 X->InitMCCodeGenInfo(RM, CM);
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCTargetMachine.h25 Reloc::Model RM, CodeModel::Model CM)
23 CTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUTargetMachine.cpp37 Reloc::Model RM, CodeModel::Model CM)
38 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
35 SPUTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 Reloc::Model RM, CodeModel::Model CM)
25 CPPTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeTargetMachine.cpp37 Reloc::Model RM, CodeModel::Model CM):
38 LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
35 MBlazeTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM)
32 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
27 MSP430TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp52 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
55 X->InitMCCodeGenInfo(RM, CM);
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcTargetMachine.cpp29 Reloc::Model RM, CodeModel::Model CM,
31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
56 StringRef FS, Reloc::Model RM,
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) {
63 StringRef FS, Reloc::Model RM,
65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) {
27 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64bit) argument
54 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
61 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
56 if (RM == Reloc::Default)
57 RM = Reloc::Static;
58 X->InitMCCodeGenInfo(RM, CM);
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp25 StringRef FS, Reloc::Model RM,
27 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
23 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreTargetMachine.cpp24 Reloc::Model RM, CodeModel::Model CM)
25 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
22 XCoreTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp60 MemRegionManager& RM = C.getStoreManager().getRegionManager(); local
62 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
/external/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
41 if (!RM.hasValue())
43 return *RM;
49 Optional<Reloc::Model> RM,
52 getEffectiveRelocModel(RM), CM, OL),
46 BPFTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/skia/third_party/lua/
H A DMakefile34 RM= rm -f macro
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
71 cd doc && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMTargetMachine.cpp40 Reloc::Model RM, CodeModel::Model CM)
41 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
52 Reloc::Model RM, CodeModel::Model CM)
53 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM), InstrInfo(Subtarget),
73 Reloc::Model RM, CodeModel::Model CM)
74 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM),
38 ARMBaseTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
50 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
71 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCTargetDesc.cpp64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument

Completed in 355 milliseconds

1234