HomeSort by relevance Sort by last modified time
    Searched refs:CodeModel (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 55 StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 58 CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 66 CodeModel::Model CM,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 57 CodeModel::Model CM,
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 48 Reloc::Model RM, CodeModel::Model CM,
73 Reloc::Model RM, CodeModel::Model CM,
99 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 53 // Using CodeModel::Large enables different CALL behavior.
57 Reloc::Model RM, CodeModel::Model CM,
119 Reloc::Model RM, CodeModel::Model CM,
128 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/
TargetMachineC.cpp 92 LLVMCodeModel CodeModel) {
109 CodeModel::Model CM = unwrap(CodeModel);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 88 CodeModel::Model CM,
102 CodeModel::Model CM,
308 CodeModel::Model CM,
365 CodeModel::Model CM = CodeModel::Default,
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 256 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
259 (CMModel == CodeModel::Small
263 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
267 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
269 LSDAEncoding = (CMModel == CodeModel::Small)
272 TTypeEncoding = (CMModel == CodeModel::Small)
639 CodeModel::Model cm
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 127 CodeModel::Model CModel = TM.getCodeModel();
135 if (CModel == CodeModel::Small || CModel == CodeModel::JITDefault)
  /frameworks/compile/slang/
slang_backend.cpp 146 llvm::CodeModel::Model CM;
148 CM = llvm::CodeModel::Small;
152 CM = llvm::CodeModel::Medium;
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 59 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 44 Reloc::Model RM, CodeModel::Model CM,
radeon_llvm_emit.cpp 123 TO, Reloc::Default, CodeModel::Default,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 44 Reloc::Model RM, CodeModel::Model CM,
radeon_llvm_emit.cpp 123 TO, Reloc::Default, CodeModel::Default,
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 189 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
346 CodeModel::Model CMModel;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 107 CodeModel::Model CM,
110 if (CM == CodeModel::JITDefault)
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 72 llvm::CodeModel::Model CM = llvm::CodeModel::Default,
  /external/llvm/include/llvm-c/
ExecutionEngine.h 47 LLVMCodeModel CodeModel;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 71 CodeModel::Model CM,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp 54 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 162 options.CodeModel = LLVMCodeModelJITDefault;
199 .setCodeModel(unwrap(options.CodeModel))
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 79 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 177 CodeModel::Model CM,

Completed in 199 milliseconds

1 23 4