Lines Matching defs:TT
55 static std::string computeDataLayout(const Triple &TT) {
56 if (TT.isArch64Bit())
58 assert(TT.isArch32Bit() && "only LA32 and LA64 are currently supported");
62 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
68 getEffectiveLoongArchCodeModel(const Triple &TT,
78 if (!TT.isArch64Bit())
88 const Target &T, const Triple &TT, StringRef CPU, StringRef FS,
91 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
92 getEffectiveRelocModel(TT, RM),
93 getEffectiveLoongArchCodeModel(TT, CM), OL),