Lines Matching defs:trp
1655 fir::CodeGenSpecifics::get(mlir::MLIRContext *ctx, llvm::Triple &&trp,
1659 switch (trp.getArch()) {
1663 if (trp.isOSWindows())
1664 return std::make_unique<TargetI386Win>(ctx, std::move(trp),
1668 return std::make_unique<TargetI386>(ctx, std::move(trp),
1672 if (trp.isOSWindows())
1673 return std::make_unique<TargetX86_64Win>(ctx, std::move(trp),
1677 return std::make_unique<TargetX86_64>(ctx, std::move(trp),
1682 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1685 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1688 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1691 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1694 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1697 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1700 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1703 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1706 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);
1712 mlir::MLIRContext *ctx, llvm::Triple &&trp, KindMapping &&kindMap,
1716 ctx, std::move(trp), std::move(kindMap), targetCPU, targetFeatures, dl);