HomeSort by relevance Sort by last modified time
    Searched refs:getCodeModel (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 42 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/Target/
TargetMachine.cpp 97 /// getCodeModel - Returns the code model. The choices are small, kernel,
99 CodeModel::Model TargetMachine::getCodeModel() const {
102 return CodeGenInfo->getCodeModel();
TargetLoweringObjectFile.cpp 44 TM.getRelocationModel(), TM.getCodeModel(), *Ctx);
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 84 inline llvm::CodeModel::Model getCodeModel() const
  /external/llvm/include/llvm/Target/
TargetMachine.h 199 /// getCodeModel - Returns the code model. The choices are small, kernel,
201 CodeModel::Model getCodeModel() const;
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 119 pConfig.getCodeModel(),
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 127 CodeModel::Model CModel = TM.getCodeModel();
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 71 if (TM.getCodeModel() == CodeModel::Large)
X86FastISel.cpp 496 if (TM.getCodeModel() != CodeModel::Small)
642 if (TM.getCodeModel() != CodeModel::Small)
    [all...]
X86ISelDAGToDAG.cpp 588 CodeModel::Model M = TM.getCodeModel();
639 CodeModel::Model M = TM.getCodeModel();
743 if (TM.getCodeModel() == CodeModel::Small &&
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 247 switch (getTargetLowering()->getTargetMachine().getCodeModel()) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1177 milliseconds