Searched defs:CM (Results 1 - 25 of 77) 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
20 CMModel = CM;
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp90 Reloc::Model RM, CodeModel::Model CM,
93 T.adjustCodeGenOpts(TT, RM, CM);
95 this->CMModel = CM;
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/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DTargetSelect.cpp34 CodeModel::Model CM,
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.cpp54 CodeModel::Model CM) {
56 X->InitMCCodeGenInfo(Reloc::PIC_, CM);
53 createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinTargetMachine.cpp29 CodeModel::Model CM)
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.cpp55 CodeModel::Model CM) {
57 X->InitMCCodeGenInfo(RM, CM);
54 createBlackfinMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/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.cpp53 CodeModel::Model CM) {
55 X->InitMCCodeGenInfo(RM, CM);
52 createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/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),
57 CodeModel::Model CM)
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) {
64 CodeModel::Model CM)
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.cpp54 CodeModel::Model CM) {
58 X->InitMCCodeGenInfo(RM, CM);
53 createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp26 CodeModel::Model CM)
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/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp50 CodeModel::Model CM, CodeGenOpt::Level OL)
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/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.cpp65 CodeModel::Model CM) {
69 X->InitMCCodeGenInfo(Reloc::Static, CM);
64 createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp54 CodeModel::Model CM) {
56 X->InitMCCodeGenInfo(RM, CM);
53 createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
H A DPTXMCTargetDesc.cpp55 CodeModel::Model CM) {
57 X->InitMCCodeGenInfo(RM, CM);
54 createPTXMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
33 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
47 Reloc::Model RM, CodeModel::Model CM)
48 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, false) {
54 Reloc::Model RM, CodeModel::Model CM)
55 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, true) {
29 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64Bit) argument
45 PPC32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
52 PPC64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86TargetMachine.cpp34 Reloc::Model RM, CodeModel::Model CM)
35 : X86TargetMachine(T, TT, CPU, FS, RM, CM, false),
54 Reloc::Model RM, CodeModel::Model CM)
55 : X86TargetMachine(T, TT, CPU, FS, RM, CM, true),
68 Reloc::Model RM, CodeModel::Model CM,
70 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
32 X86_32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
52 X86_64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
66 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64Bit) argument
/external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp64 CodeModel::Model CM) {
66 X->InitMCCodeGenInfo(RM, CM);
63 createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM) argument

Completed in 569 milliseconds

1234