HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/llvm/bindings/go/llvm/
target.go 40 CodeModel C.LLVMCodeModel
63 CodeModelDefault CodeModel = C.LLVMCodeModelDefault
64 CodeModelJITDefault CodeModel = C.LLVMCodeModelJITDefault
65 CodeModelSmall CodeModel = C.LLVMCodeModelSmall
66 CodeModelKernel CodeModel = C.LLVMCodeModelKernel
67 CodeModelMedium CodeModel = C.LLVMCodeModelMedium
68 CodeModelLarge CodeModel = C.LLVMCodeModelLarge
243 CodeModel CodeModel) (tm TargetMachine) {
253 C.LLVMCodeModel(CodeModel))
    [all...]
executionengine.go 51 func (options *MCJITCompilerOptions) SetMCJITCodeModel(CodeModel CodeModel) {
52 options.C.CodeModel = C.LLVMCodeModel(CodeModel)
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 81 static Reloc::Model getEffectiveRelocModel(CodeModel::Model CM,
83 if (!RM.hasValue() || CM == CodeModel::JITDefault)
92 // Using CodeModel::Large enables different CALL behavior.
97 CodeModel::Model CM, CodeGenOpt::Level OL,
121 CodeModel::Model CM,
131 CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.cpp 40 Reloc::Model RM, CodeModel::Model CM)
52 Reloc::Model RM, CodeModel::Model CM)
73 Reloc::Model RM, CodeModel::Model CM)
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp 34 Reloc::Model RM, CodeModel::Model CM)
54 Reloc::Model RM, CodeModel::Model CM)
68 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 66 mCodeModel = llvm::CodeModel::Small;
218 // x86_64 needs small CodeModel if use PIC_ reloc, or else dlopen failed with TEXTREL.
220 setCodeModel(llvm::CodeModel::Small);
222 setCodeModel(llvm::CodeModel::Medium);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 162 CodeModel::Model &CM) {
192 if (CM == CodeModel::Default)
193 CM = CodeModel::Small;
194 else if (CM == CodeModel::JITDefault)
195 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 203 CodeModel::Model CMM =
204 CodeModel::JITDefault);
466 CodeModel::Model CMModel;
480 CMModel = CodeModel::JITDefault;
528 /// setCodeModel - Set the CodeModel that the ExecutionEngine target
530 /// "CodeModel::JITDefault".
531 EngineBuilder &setCodeModel(CodeModel::Model M) {
582 CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 113 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO())
121 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage())
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 21 code_model: Llvm_target.CodeModel.t;
28 code_model = Llvm_target.CodeModel.JITDefault;
  /external/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/AVR/
AVRTargetMachine.cpp 44 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 50 CodeModel::Model CM, CodeGenOpt::Level OL)
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 39 CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 68 CodeModel::Model CM,
190 CodeModel::Model CM,
200 CodeModel::Model CM,
210 CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 123 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 36 CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 34 CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 65 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUTargetMachine.cpp 37 Reloc::Model RM, CodeModel::Model CM)
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetMachine.h 46 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 54 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXMCTargetDesc.cpp 55 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 53 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 54 CodeModel::Model CM) {

Completed in 513 milliseconds

1 2 3 45 6 7 8 91011