Lines Matching defs:CPU
125 computeTargetABI(const Triple &TT, StringRef CPU,
130 ABIName = ARM::computeDefaultTargetABI(TT, CPU);
143 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
146 auto ABI = computeTargetABI(TT, CPU, Options);
220 StringRef CPU, StringRef FS,
225 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,
226 CPU, FS, Options, getEffectiveRelocModel(TT, RM),
228 TargetABI(computeTargetABI(TT, CPU, Options)),
285 std::string CPU =
303 std::string Key = CPU + FS;
313 I = std::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle,
330 StringRef CPU, StringRef FS,
335 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
338 StringRef CPU, StringRef FS,
343 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}