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

1 2 3 45 6 7 8 9

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
88 Reloc::Model RM, CodeModel::Model CM);
115 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 210 Optional<CodeModel::Model> CM,
212 if (CM) {
213 if (*CM != CodeModel::Small && *CM != CodeModel::Large) {
217 else if (CM != CodeModel::Kernel)
221 return *CM;
237 Optional<CodeModel::Model> CM,
243 getEffectiveCodeModel(TT, CM, JIT), OL),
294 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT)
295 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 48 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
82 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
108 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 33 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 32 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 31 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 34 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetMachine.h 37 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCTargetMachine.h 31 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 33 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2TargetMachine.h 29 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 35 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 32 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetMachine.h 38 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreTargetMachine.h 34 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 69 ConstraintManager &CM = C.getConstraintManager();
71 std::tie(stateNotZero, stateZero) = CM.assumeDual(C.getState(), *DV);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 105 CodeModel::Model CM,
110 Reloc::PIC_, CM, OL),
129 CodeModel::Model CM,
131 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
139 CodeModel::Model CM,
141 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 90 Reloc::Model RM, CodeModel::Model CM,
92 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
103 Reloc::Model RM, CodeModel::Model CM)
104 : PTXTargetMachine(T, TT, CPU, FS, RM, CM, false) {
109 Reloc::Model RM, CodeModel::Model CM)
110 : PTXTargetMachine(T, TT, CPU, FS, RM, CM, true) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 197 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) {
198 if (CM)
199 return *CM;
209 Optional<CodeModel::Model> CM,
213 getEffectiveCodeModel(CM), OL),
298 Optional<CodeModel::Model> CM,
300 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
306 Optional<CodeModel::Model> CM,
308 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 199 CodeModel::Model CM, CodeGenOpt::Level OL)
202 getEffectiveRelocModel(TT, RM), CM, OL),
235 CodeModel::Model CM,
237 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
245 CodeModel::Model CM,
247 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}

Completed in 1828 milliseconds

1 2 3 45 6 7 8 9